Class TListBoxDlg (unit Listdlg)

Inherits from

TComponent

Constructors


constructor Create(Owner: TComponent);



Functions

procedure AddItem(MyItem: String);


procedure ClearContents;

destroy the list object

destructor Destroy;

construct the list

function Execute: Boolean;


Properties

property DlgCaption : string


property ListSorted : boolean


property ResultString : string


property Width : integer


property ListContents : TStringList


Events

Variables

FDlgCaption : String;


FListContents : TStringList;


FListSorted : Boolean;


FMyItem : String;


FResultString : String;


FWidth : Integer;



Constructors


constructor Create(Owner: TComponent);


Functions


procedure AddItem(MyItem: String);


procedure ClearContents;

destroy the list object


destructor Destroy;

construct the list


function Execute: Boolean;


Properties


property DlgCaption : string


property ListSorted : boolean


property ResultString : string


property Width : integer


property ListContents : TStringList


Events


Variables


FDlgCaption : String;


FListContents : TStringList;


FListSorted : Boolean;


FMyItem : String;


FResultString : String;


FWidth : Integer;