FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxMemTable.Columns Property

A collection with the field definitions for the table.

Pascal
property Columns: TFlxDbMemColumnList;
C++
__property TFlxDbMemColumnList Columns;

Normally the easiest way to change the field definitions is just double-clicking the TFxMemTable and useing the field editor. But you can also use this property directly to create, delete or modify fields at runtime.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!