RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionName Class

TAdapterActionName describes an adapter action by name.

Pascal
TAdapterActionName = class(TPersistent);
C++
class TAdapterActionName : public TPersistent;

WebModu

TAdapterAction represents a TAdapterAction object. It is used when the action is referenced by name rather than directly as a component. TAdapterAction publishes properties that specify the name of the action and the parent adapter component to which it belongs. The read-only Action property provides access to the action component with the specified name that belongs to the specified adapter. 

 

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