FMX.Types.TWindowHandle

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTWindowHandle

Delphi

TWindowHandle = class

C++

class PASCALIMPLEMENTATION TWindowHandle : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

TWindowHandle is the base class used to define a window handle.

TWindowHandle is an alias for TObject, used when defining a window handle.

See Also