Skip to main content

GetBarManagerByForm(TCustomForm) Method

Returns the bar manager belonging to a specified form.

Declaration

function GetBarManagerByForm(AForm: TCustomForm): TdxBarManager;

Parameters

Name Type
AForm TCustomForm

Returns

Type
TdxBarManager

Remarks

This function returns the TdxBarManager object belonging to the form specified by the AForm parameter or nil if there is no such object. Use the dxBarManagerList variable to get the list of all available TdxBarManager objects of an application.

See Also