Class THorzListBox (unit Horzlist)

Inherits from

TListBox

Constructors


constructor Create(cmpOwner : TComponent);

Public declarations


Functions

destructor Destroy;

Protected declarations

procedure WndProc(var Message: TMessage);


procedure CreateParams(var Params: TCreateParams);


function NumToStr(Num: Integer):string;


procedure SetAlwaysShowScroll(Value: Boolean);


function StrToNum(Str: string):integer;


procedure UpdateHorizontalExtent;


Properties

property AlwaysShowScroll : Boolean

Published declarations

Events

Variables

ArrayExtent : TStringList;

Private declarations

FAlwaysShowScroll : Boolean;



Constructors


constructor Create(cmpOwner : TComponent);

Public declarations


Functions


destructor Destroy;

Protected declarations


procedure WndProc(var Message: TMessage);


procedure CreateParams(var Params: TCreateParams);


function NumToStr(Num: Integer):string;


procedure SetAlwaysShowScroll(Value: Boolean);


function StrToNum(Str: string):integer;


procedure UpdateHorizontalExtent;


Properties


property AlwaysShowScroll : Boolean

Published declarations


Events


Variables


ArrayExtent : TStringList;

Private declarations


FAlwaysShowScroll : Boolean;