RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.DefineProperties Method

Set virtual property for reading and writing graphic data stream.

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

DefineProperties overrides TPersistent.DefineProperties for the ReadData and WriteData methods for reading and writing graphic data from and to a TStream object. It creates a virtual property Data that can be treated as a property to read or write graphic data to the TGraphic object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!