RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDisplayReferenceGroup.Create Constructor

Creates and initializes an instance of TAdapterDisplayReferenceGroup.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TAdapterDisplayReferenceGroup(TComponent * AOwner);

Call Create to instantiate an adapter display reference group at runtime. TAdapterDisplayReferenceGroup descendants added to an adapter form at design time are instantiated automatically. 

AOwner is a component, typically a Web page module, that becomes the value of the Owner property. The Owner is responsible for freeing the TAdapterDisplayReferenceGroup instance. 

 

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