Vcl.Controls.TCustomHintShowHideThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Hint: TCustomHintWindow; HintObject: TCustomHint); overload;

C++

__fastcall TCustomHintShowHideThread(TCustomHintWindow* Hint, TCustomHint* HintObject)/* overload */;
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread()/* overload */ : System::Classes::TThread() { }
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread(bool CreateSuspended)/* overload */ : System::Classes::TThread(CreateSuspended) { }
/* TThread.Create */ inline __fastcall TCustomHintShowHideThread(bool CreateSuspended, NativeUInt ReservedStackSize)/* overload */ : System::Classes::TThread(CreateSuspended, ReservedStackSize) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintShowHideThread

Description

Creates a thread for drawing custom hints.

This method creates a TCustomHintShowHideThread thread for drawing a given TCustomHint in a given TCustomHintWindow and makes the thread active.

See Also