RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBlobField.GraphicHeader Property

Indicates whether the field's value includes a Paradox graphic BLOB header.

Pascal
property GraphicHeader: Boolean;
C++
__property Boolean GraphicHeader;

Use GraphicHeader to specify whether the BLOB field represents a Paradox graphic field. TBlobField checks GraphicHeader to determine whether it must write out a Paradox graphic BLOB header when writing the field's data to the dataset. 

GraphicHeader is ignored unless the DataType property is ftGraphic or ftTypedBinary. 

 

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