FMX.TabControl.TTabItem.TTabItemInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem


Beschreibung

Record zum Speichern von weiteren Informationen über die Größe des Registerkartentitels.

Siehe auch