Vcl.ActnCtrls.TCustomActionToolBar.DrawSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawSeparator(const Pos, Offset: Integer); virtual;

C++

virtual void __fastcall DrawSeparator(const int Pos, const int Offset);

Properties

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

Description

Draws the separator line on the tool bar.

DrawSeparator is used to draw the separator line on the tool bar, at the coordinates given by Pos and Offset.

See Also