RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandColumn.VisibleCommands Property

Lists the child Web items that generate controls that appear in cells of the column.

Pascal
property VisibleCommands: TWebComponentList;
C++
__property TWebComponentList VisibleCommands;

VisibleCommands is the list of child Web items that generate HTML controls for the cells of the adapter command column. Each element in this list is an adapter action button (TAdapterActionButton object). 

If you have explicitly added child Web items to this component, VisibleCommands is the same as the value of the WebFieldControls property. Otherwise, if the AddDefaultCommands property is true, VisibleCommands lists adapter action buttons for the default actions of the associated adapter. If AddDefaultCommands is false, VisibleCommands is an empty list. 

 

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