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

Returns a field definition for position index.

Pascal
function GetFields(index: integer): IXlsField;
C++
__fastcall IXlsField GetFields(int index);
Parameters 
Description 
index: integer 
Index of the field in the list (1 based). 

This method return a reference counted interface, so there is no need to dispose it.

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