Class TSpeedbarSection (unit SpeedBar)

Inherits from

TComponent

TSpeedbarSection

Constructors


constructor Create(AOwner: TComponent);

TSpeedbarSection


Functions

procedure Clear;


destructor Destroy;


procedure RemoveItem(Item: TSpeedItem);


function GetParentComponent: TComponent;


function HasParent: Boolean;


procedure SetParentComponent(Value: TComponent);


function Get(Index: Integer): TSpeedItem;


function GetCount: Integer;


function GetIndex: Integer;


function GetTitle: string;


procedure Put(Index: Integer; Item: TSpeedItem);


procedure SetIndex(Value: Integer);


procedure SetSpeedbar(Value: TSpeedBar);


procedure SetTitle(const Value: string);


procedure ValidateCaption(const NewCaption: string);


Properties

property Caption : string


property Index : Integer


property Count : Integer


property Items : TSpeedItem


property List : TList


property SpeedBar : TSpeedBar

for internal use only

Events

Variables

FList : TList;


FParent : TSpeedBar;


FTitle : PString;



Constructors


constructor Create(AOwner: TComponent);

TSpeedbarSection


Functions


procedure Clear;


destructor Destroy;


procedure RemoveItem(Item: TSpeedItem);


function GetParentComponent: TComponent;


function HasParent: Boolean;


procedure SetParentComponent(Value: TComponent);


function Get(Index: Integer): TSpeedItem;


function GetCount: Integer;


function GetIndex: Integer;


function GetTitle: string;


procedure Put(Index: Integer; Item: TSpeedItem);


procedure SetIndex(Value: Integer);


procedure SetSpeedbar(Value: TSpeedBar);


procedure SetTitle(const Value: string);


procedure ValidateCaption(const NewCaption: string);


Properties


property Caption : string


property Index : Integer


property Count : Integer


property Items : TSpeedItem


property List : TList


property SpeedBar : TSpeedBar

for internal use only


Events


Variables


FList : TList;


FParent : TSpeedBar;


FTitle : PString;