| Class TAdvPaneSetting (unit AdvSplitter) |
TPersistent
TAdvPaneSetting is a simple wrapper of the Panes properties so that it shows as sub-properties in the Object Inspector
| Constructors |
Constructor Create(ASplitter: TAdvSplitter; aIndex: Integer);| Functions |
function GetColor : TColor;
function GetFrameStyle : TAdvFrameStyle;
function GetFrameWidth : word;
function GetMinSize : word;
function GetVisible : boolean;
procedure SetColor(value: TColor);
procedure SetFrameStyle(value: TAdvFrameStyle);
procedure SetFrameWidth(value: word);
procedure SetMinSize(value: word);
procedure SetVisible(value: boolean);| Properties |
property Color : TColor
property FrameStyle : TAdvFrameStyle
property FrameWidth : word
property MinSize : Word
property Visible : boolean| Events |
| Variables |
FIndex : integer;
FSplitter : TAdvSplitter;| Constructors |
Constructor Create(ASplitter: TAdvSplitter; aIndex: Integer);================= TAdvPaneSetting ==============================
| Functions |
function GetColor : TColor;
function GetFrameStyle : TAdvFrameStyle;
function GetFrameWidth : word;
function GetMinSize : word;
function GetVisible : boolean;
procedure SetColor(value: TColor);
procedure SetFrameStyle(value: TAdvFrameStyle);
procedure SetFrameWidth(value: word);
procedure SetMinSize(value: word);
procedure SetVisible(value: boolean);| Properties |
property Color : TColor
property FrameStyle : TAdvFrameStyle
property FrameWidth : word
property MinSize : Word
property Visible : boolean| Events |
| Variables |
FIndex : integer;
FSplitter : TAdvSplitter;