API:FMX.TabControl.TTabItem.TTabItemInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TTabItemInfo = record
      LayoutControlSize: TSizeF;
      Size: TSizeF;
      ExplicitSize: TSizeF;
    end;

C++

struct DECLSPEC_DRECORD TTabItemInfo
{
public:
    System::Types::TSizeF LayoutControlSize;
    System::Types::TSizeF Size;
    System::Types::TSizeF ExplicitSize;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !