TiComponent.OptionSaveAllProperties
TiComponent See Also
Specifies whether the SaveAllPropertiesToFile method save just Iocomp defined
properties or all component and container properties.
property OptionSaveAllProperties : Boolean;
Description
Use OptionSaveAllProperties to specify whether the SavePropertiesToFile method saves all component and container properties or just Iocomp defined
properties. When OptionSaveAllProperties is set to TRUE, a call to SavePropertiesToFile will save all Iocomp defined properties and properties defined by the
container to a file.. When OptionSaveAllProperties is set to FALSE, only the
properties defined by Iocomp Software will be saved to the file.
VCL/CLX Container Properties that are saved when OptionSaveAllProperties is
set To TRUE...
Left Top Width
Height Align Cursor
ShowHint Tag Visible
Enabled Hint HelpContext
Example
Delphi
iComponent.OptionSaveAllProperties := True;
C++ Builder
iComponent->OptionSaveAllProperties = True;
Contents | Index | Previous | Next