FMX.Forms.TCommonCustomForm.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: TWindowHandle read FHandle;

C++

__property Fmx::Types::TWindowHandle* Handle = {read=FHandle};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Specifies the handle of this form.

See Also