FMX.Controls.THint.CreateNewInstance
Delphi
class function CreateNewInstance(const AHandle: TWindowHandle): THint;
C++
__classmethod THint* __fastcall CreateNewInstance(Fmx::Types::TWindowHandle* const AHandle);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | THint |
Description
Returns a THint instance created by the first available registered class.
Returns nil if there are no registered classes or none of the registered classes supports hints.