Class TRkTabbedListBox (unit RkTabLst)

Inherits from

TListBox

Constructors


constructor Create( AOwner : TComponent );

==============================} {== TRkTabbedListBox Methods ==} {==============================


Functions

destructor Destroy;


procedure UpdateTabStops;

========================================================================= TRkTabbedListBox.

procedure CreateParams( var Params : TCreateParams );


procedure CreateWnd;

Don't forget to call inherited

procedure SetHorzExtent( Value : Word );

Don't forget to call inherited Initializing the scroll bar must occur after the window handle for the list box has been created

procedure SetHorzScrollBar( Value : Boolean );


procedure SetTabStops( Value : TRkTabStopList );


Properties

property About : TRkAboutInfo


property HorzExtent : Word


property HorzScrollBar : Boolean


property TabStops : TRkTabStopList


Events

Variables

FAboutInfo : TRkAboutInfo;


FHorzExtent : Word;


FHorzScrollBar : Boolean;


FTabStops : TRkTabStopList;



Constructors


constructor Create( AOwner : TComponent );

==============================} {== TRkTabbedListBox Methods ==} {==============================


Functions


destructor Destroy;


procedure UpdateTabStops;

========================================================================= TRkTabbedListBox.UpdateTabStops The lb_SetTabStops message is used to set the tab stops. The LParam parameter for this message is a pointer to an array of Word values representing the tab stops. Therefore, the contents of the FTabStops list is transferred to a temporary array. =========================================================================


procedure CreateParams( var Params : TCreateParams );


procedure CreateWnd;

Don't forget to call inherited


procedure SetHorzExtent( Value : Word );

Don't forget to call inherited Initializing the scroll bar must occur after the window handle for the list box has been created


procedure SetHorzScrollBar( Value : Boolean );


procedure SetTabStops( Value : TRkTabStopList );


Properties


property About : TRkAboutInfo


property HorzExtent : Word


property HorzScrollBar : Boolean


property TabStops : TRkTabStopList


Events


Variables


FAboutInfo : TRkAboutInfo;


FHorzExtent : Word;


FHorzScrollBar : Boolean;


FTabStops : TRkTabStopList;