TMS\'s FormSize component saves aForm\'s size and position in an .ini file. This file\'s path is开发者_Go百科 stored in the component\'s SaveName property. I would like to assign FormSize.SaveName to
Does anyone know how to use the Margin and Padding fields? Apparently the开发者_StackOverflow社区y can be used in place of Anchors, since FM doesn\'t support Anchors. I\'ve been playing around with t
I have a TCategoryPan开发者_开发技巧elGroup instance dropped on a form. I would like to allow the user to reorder the categories. In tryed to reorder Panels[] property - which is a TList - but this do
I\'ve been trying to find a generic way to notify a UI control of changes in a list. For example, when an object is added to a list I want it added automatically to the listbox. If an object is remove
We are currently in the process of evaluating Delphi XE2, and as you would expect I\'ve started with FireMonkey as OS X and iOS development is of great interest.I\'ve seen a couple of walkthrough\'s w
Are there third party components available for Delphi XE2 to create iOS applications with Internet support?
Does anyone happen to know if there is a Firemonkey version of the popular VirtualTreeView in preparation? Also, has anybody collected some experience开发者_运维知识库s with porting custom controls to
I am in a multi-threaded situation and I have a function that I want to be run from only one thread at a time. However, rather than serializing the function in the tradition manner, I want any threads
I\'m deve开发者_C百科loping a logger/sniffer using Delphi. During operation I get hugh amounts of data, that can accumulate during stress operations to around 3 GB of data.
As is sometimes usual in visual applications, I have some code where data is maintained in a visual component (a TTreeView component). I\'m refactoring the code and creating unit tests for the logic.