RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextAreaColumn.IsColumn Method

Indicates whether the component generates a control that can appear in the column of a data grid.

Pascal
class function IsColumn: Boolean; override;
C++
virtual __fastcall Boolean IsColumn();

Call IsColumn to determine whether a Web display component generates a control that represents a column in a data grid (TDataGrid). IsColumn returns true, because TTextAreaColumn is designed specifically for TDataGrid to use. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!