RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ImplGetActionName Method

Gets the name used to reference this adapter action with server-side script.

Pascal
function ImplGetActionName: string; virtual;
C++
virtual __fastcall AnsiString ImplGetActionName();

This function is called by GetActionName. ImplGetActionName returns the result of GetDefaultActionName. Descendants may override this function. 

 

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