RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants.DefineProperties Method

Allows the list of names and their corresponding Variant values to be saved with the named Variants list.

Pascal
procedure DefineProperties(Filer: TFiler); override;
C++
virtual __fastcall DefineProperties(TFiler Filer);

The component streaming system calls DefineProperties when it loads or saves the named Variants list. TAbstractNamedVariants overrides the inherited method to specify how to load and save the list of names and Variant values. 

Filer is the current TReader or TWriter object that is loading or saving the named Variants list. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!