RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionName.Adapter Property

Specifies the adapter to which the action belongs.

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

Set Adapter to the adapter component to which the named action belongs. The TAdapterActionName object represents the action that this adapter returns when you call its FindAction method, passing in the value of the ActionName property. 

 

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