Vcl.Forms.TFocusState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFocusState = type Pointer;

C++

typedef void *TFocusState;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

Reference to Integer or Pointer.

TFocusState is a reference to Integer (common language runtime) or Pointer.

See Also