FMX.Controls.THint.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AHandle: TWindowHandle); virtual;

C++

__fastcall virtual THint(Fmx::Types::TWindowHandle* const AHandle);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls THint

Description

Creates an instance of THint.

This constructor accepts the native handle as the AHandle parameter. For example, in Windows, the handle is the HWND of the native window.

See Also