API:Vcl.CaptionedDockTree.TParentFormState

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree Vcl.CaptionedDockTree

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!