Advance Pascal Script (DWS Extanded)
TBlobField
TBlobField- -
Description
Hierarchytype TBlobField= class(TField)
property BLOBSIZE:Integer;
property BLOBTYPE:Integer;
property GRAPHICHEADER:Boolean;
property MODIFIED:Boolean;
property SIZE:Integer;
procedure LoadFromFile(FileName: String)
procedure SaveToFile(FileName: String)
end;
UP