API:Vcl.Controls.TCustomHint.ShowHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ShowHint; overload;
procedure ShowHint(Point: TPoint); overload;
procedure ShowHint(Rect: TRect); overload;
procedure ShowHint(Control: TControl); overload;

C++

void __fastcall ShowHint(void)/* overload */;
void __fastcall ShowHint(const System::Types::TPoint &Point)/* overload */;
void __fastcall ShowHint(const System::Types::TRect &Rect)/* overload */;
void __fastcall ShowHint(TControl* Control)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.