Object Property Addition [TObjectAddProperty]

<< Click to Display Table of Contents >>

Navigation:  Configuration > IniFile Sections >

Object Property Addition [TObjectAddProperty]

Previous pageReturn to chapter overviewNext page

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]