Vcl.Controls.TControl.CustomHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CustomHint: TCustomHint read GetCustomHint write SetCustomHint;

C++

__property TCustomHint* CustomHint = {read=GetCustomHint, write=SetCustomHint};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Beschreibung

Benutzerdefinierter Hinweis für ein Steuerelement.

CustomHint ist ein TCustomHint für ein Steuerelement zum Festlegen des Erscheinungsbildes des Hinweises.

Siehe auch