User Tools

Site Tools


addtarget_register_toolbar_driven_entity_.htm
Navigation:  ABC Library Reference > ToolbarClass > ToolbarClass Methods >====== AddTarget (register toolbar driven entity) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

AddTarget( target, control )

blk2blue.jpg

AddTarget Adds a toolbar target to the ToolbarClass object's list of potential toolbar targets.
Target The label of a ToolbarTarget object.
Control An integer constant, variable, EQUATE, or expression containing the target's ID number. For targets associated with a control, this is the control number (usually represented by the control's Field Equate Label).

The AddTarget method adds a toolbar target (ToolbarTarget object) to the ToolbarClass object's list of potential toolbar targets.

The last added target is the active target until supplanted by a subsequent call to AddTarget or SetTarget.

Example:

CODE

Toolbar.Init                                 !initialize Toolbar object

ToolBar.AddTarget( ToolBarForm, -1 )          !register an Update Form target

Toolbar.AddTarget( REL1::Toolbar, ?RelTree ) !register a RelTree target

BRW1.AddToolbarTarget( Toolbar )             !register a BrowseBox target…

!BrowseClass method calls AddTarget

See Also:     SetTarget

addtarget_register_toolbar_driven_entity_.htm.txt · Last modified: 2021/04/15 15:56 by 127.0.0.1