SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemAdvFieldDef.Size
TSQLMemAdvFieldDef
Top 

Reports the size associated with the field in the physical database table.

property Size: Integer;

Description
Use Size to determine the size associated with the corresponding physical field.

Size is meaningful only for a field definition object with string and byte fields, Size is the number of bytes reserved in the table for the field.


© AidAim Software SQLMemTable: