FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxMemTableField.IsTMemoField Method

Returns true if the value is a memo field.

Pascal
function IsTMemoField: boolean;
C++
__fastcall boolean IsTMemoField();

In the TFlxMemTable implementation this property returns always false, as you can't tell the type of a column when creating the column definitions. 

TFlexCelReport uses this value to know if ti has to word-wrap the cells.  

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