FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxMemTable.FieldVisibleCount Method

Indicates the number of visible columns in the dataset.

Pascal
function FieldVisibleCount: integer;
C++
__fastcall int FieldVisibleCount();

As TFlxMemTable does not support hidden fields, the value returned by this property is the same as FieldCount.

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