RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.FindItemByAction Method

Returns the first item linked to an action.

Pascal
function FindItemByAction(Action: TCustomAction): TActionClientItem;
C++
__fastcall TActionClientItem FindItemByAction(TCustomAction Action);

FindItemByAction takes an action and returns the first item that is linked to that action. 

 

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