Vcl.CaptionedDockTree.TParentFormState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TParentFormState = record

C++

struct DECLSPEC_DRECORD TParentFormState
{
public:
    System::UnicodeString Caption;
    System::Uitypes::TColor StartColor;
    System::Uitypes::TColor EndColor;
    System::Uitypes::TColor FontColor;
    bool Focused;
    Vcl::Graphics::TIcon* Icon;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree Vcl.CaptionedDockTree

Beschreibung

Speichert Informationen über das übergeordnete Andockformular zur Verwendung beim Zeichnen von Andockbereichen.