RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientDataSetApply.Create Constructor

Creates an instance of TClientDataSetApply.

Pascal
constructor Create(Owner: TComponent); override;
C++
virtual __fastcall TClientDataSetApply(TComponent * Owner);

Most applications do not need to call the TClientDataSetApply constructor because actions are added at design time to an action manager or action list.  

AOwner specifies the Owner for the action. This is the component that is responsible for freeing the TClientDataSetApply instance. 

 

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