RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterCommandGroup.DisplayComponent Property

Associates the group with a component that generates the display controls.

Pascal
property DisplayComponent: TComponent;
C++
__property TComponent * DisplayComponent;

Use DisplayComponent to associate the group of controls with a Web item that generates the display elements those controls influence. Typical values of DisplayComponent are TAdapterGrid or TAdapterFieldGroup. 

TAdapterDisplayReferenceGroup descendants use the value of DisplayComponent to access the display controls to influence, and to access the adapter, whose information is displayed or manipulated. 

 

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