RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CaptionedDockTree.TParentFormState Record

Stores information about the parent dock form for use in drawing the dock site.

Pascal
TParentFormState = record
  Caption: string;
  EndColor: TColor;
  FontColor: TColor;
  StartColor: TColor;
  Focused: Boolean;
  Icon: TIcon;
end;
C++
struct TParentFormState {
  AnsiString Caption;
  TColor EndColor;
  TColor FontColor;
  TColor StartColor;
  Boolean Focused;
  TIcon Icon;
};

CaptionedDockTree

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!