<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloTable > TApolloTable Properties > WriteBlobHeader |
Declaration
property WriteBlobHeader: WordBool;
Description
Run-time. Rarely, if ever, will you need to pay attention to this property. It simply provides an easier way to set and query Apollo's internal writing of proprietary BLOB header information used when writing/reading Blob fields (ftBlob).
This is the same as calling the SysProp method with the SDE_SP_SETWRITEBLOBHDR constant.
Delphi Example
ApTbl.WriteBlobHeader := True;
See Also