RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataDisplay.IsColumn Method

Indicates whether the component generates the controls that appear in the column of a grid.

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

Call IsColumn to determine whether a TWebDataDisplay descendant generates the controls that appear in a single column of an adapter grid (TAdapterGrid) or data grid (TDataGrid). As implemented in TWebDataDisplay, IsColumn returns false. Descendant classes that generate controls for the columns of a grid override this method to return true. 

 

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