Vcl.ActnCtrls.TCustomActionToolBar.CalcButtonWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CalcButtonWidth: Integer;

C++

int __fastcall CalcButtonWidth();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Calculates the button's width.

CalcButtonWidth is used for calculating the horizontal length of the button.

See Also