FMX.Grid.TGridModel.TVKInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TVKInfo = record
      Shown: Boolean;
      AbsoluteRect: TRectF;
    end;

C++

struct DECLSPEC_DRECORD TVKInfo
{
public:
    bool Shown;
    System::Types::TRectF AbsoluteRect;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Represents the information about the system virtual keyboard that may affect the grid presentation: whether or not the virtual keyboard is being used, and its coordinates.