GetBarManagerByForm(TCustomForm) Method
In This Article
Returns the bar manager belonging to a specified form.
#Declaration
Delphi
function GetBarManagerByForm(AForm: TCustomForm): TdxBarManager;
#Parameters
Name | Type | Description |
---|---|---|
AForm | TCustom |
The target form. |
#Returns
Type | Description |
---|---|
Tdx |
The bar manager located on the target form ( The function returns |
#Remarks
You can use the dxBarManagerList global variable to access all TdxBarManager components in the application.
See Also