RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionsListHelper.GetAddFieldsItem Method

Returns the string that the IDE uses for the command to display the Add Commands dialog.

Pascal
function GetAddFieldsItem: string;
C++
__fastcall AnsiString GetAddFieldsItem();

The IDE calls GetAddFieldsItem to customize the label of the command that brings up a dialog where you can select child Web items to add. Because TAdapterActionsListHelper is specialized for controls that contain adapter action buttons, it returns the string 'Add Commands ...'. 

 

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