<< Click to Display Table of Contents >> Object Property Addition [TObjectAddProperty] |
![]() ![]() ![]() |
The section Object Property Addition [TObjectAddProperty] allows property values to be inserted when Objects of that class appear in the DFM file.
For example the TLabel VCL object has an auto size property but the default value is true so it does not show up in the DFM file.
To default TLabel Autosize to true in the FMX file add the line
AutoSize = True
To the section [TLabelAddProperty]