Vcl.ActnCtrls.TCustomActionToolBar.DrawSeparator
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
.