API:Vcl.CaptionedDockTree.TParentFormState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TParentFormState = record
    Caption: string;
    StartColor, EndColor, FontColor: TColor;
    Focused: Boolean;
    Icon: TIcon;
  end;

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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.