Tag: FireMonkey
-
Z Order of Controls in Delphi FireMonkey
Get and set the Z Order of controls at runtime in Delphi FireMonkey.
-
Multi Line Popup Hints for Delphi VCL and FMX
Learn how to setup multi line popup hints in Delphi for any type of control for both VCL and FireMonkey. This uses native Delphi code. You don’t need to hack the forms’s DFM text file
-
Conditional compilatation to detect VCL or FireMonkey in a Delphi Form
This shows how to detect if your application is using FireMonkey (FMX) or VCL when using conditional compilation within a Delphi form unit. UPDATE – a better solution has been provided by a Rudy Velthuis. I recommend to use that instead of my original post. Ive provided examples based on his feedback. Thanks Rudy
-
List of Delphi controls on a form – Tree hierarchy and flat list (FireMonkey)
Get a list of all controls in your Delphi FireMonkey (FMX) form . Examples included a flat list and a hierarchical “tree” list