Vcl.ActnCtrls.TCustomActionToolBar.DrawSeparator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Beschreibung

Zeichnet eine Trennlinie auf die Symbolleiste.

Mit DrawSeparator wird eine Trennlinie auf die Symbolleiste an der durch die Parameter Pos und Offset angegebenen Position gezeichnet.

Siehe auch