FMX.Forms.TCommonCustomForm.ContextHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContextHandle: THandle read FContextHandle;

C++

__property NativeUInt ContextHandle = {read=FContextHandle, nodefault};

Properties

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

Description

Used internally by the canvas of this form.

See Also