RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSelectOptionsColumn.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 TSelectOptionsColumn is designed specifically for TDataGrid to use. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!