RAD Studio VCL Reference
|
TAdapterActionName describes an adapter action by name.
TAdapterActionName = class(TPersistent);
class TAdapterActionName : public TPersistent;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|