Class THListBox (unit HListBox)

Inherits from

TListBox

Constructors


constructor Create( AOwner: TComponent );

Public declarations


Functions

procedure AddString( s: string );

the following two lines should be modified for Delphi 1.

procedure ClearList( s: string );

adds a string to the listbox

adds the string to the listbox


function GetStringExtent( s: string ): integer;

maximum length of the strings in the listbox (in pixel)

Properties

Events

Variables

MaxExtent : integer;

Private declarations


Constructors


constructor Create( AOwner: TComponent );

Public declarations


Functions


procedure AddString( s: string );

the following two lines should be modified for Delphi 1.0: call GetTextExtent


procedure ClearList( s: string );

adds a string to the listbox

adds the string to the listbox


function GetStringExtent( s: string ): integer;

maximum length of the strings in the listbox (in pixel)


Properties


Events


Variables


MaxExtent : integer;

Private declarations