RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.DefineProperties Method

Designates methods for storing a form's unpublished data on a stream such as a form file.

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

DefineProperties calls the inherited method and calls the filer object's DefineProperty method for the PixelsPerInch,and TextHeight properties. TForm descendants can also specify methods that read and write data other than properties by overriding the DefineProperties method. 

 

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