Class TRkBwccCheckBox (unit RkBwcc)

Inherits from

TWinControl

Constructors


constructor Create( AOwner : TComponent );

Handle for BWCC Dynamic Link Library {=============================} {== TRkBwccCheckBox Methods ==} {=============================


Functions

procedure CreateParams( var Params : TCreateParams );

Default Caption on right side of box

procedure CreateWnd;

Add style flag if left aligned

procedure ToggleState;


procedure CMDialogChar(var Msg: TCMDialogChar);

========================================================================= TRkBwccCheckBox.

procedure CNCommand( var Msg : TWMCommand );

========================================================================= TRkBwccCheckBox.

function GetChecked: Boolean;

Recreate the window handle with the new style

procedure SetAlignment( Value : TLeftRight );

Cycle through states: [Grayed ->] Checked -> Unchecked

procedure SetChecked( Value : Boolean );


procedure SetState( Value : TCheckBoxState );


Properties

property About : TRkAboutInfo


property Alignment : TLeftRight


property AllowGrayed : Boolean


property Caption :

Inherited Properties and Events

property Checked : Boolean


property Color :


property DragCursor :


property DragMode :


property Enabled :


property Font :


property ParentColor :


property ParentFont :


property ParentShowHint :


property PopupMenu :


property ShowHint :


property State : TCheckBoxState


property TabOrder :


property TabStop :


property Visible :


Events

event OnClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnEnter :


event OnExit :


event OnKeyDown :


event OnKeyPress :


event OnKeyUp :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnStartDrag :


Variables

FAboutInfo : TRkAboutInfo;


FAlignment : TLeftRight;


FAllowGrayed : Boolean;


FState : TCheckBoxState;



Constructors


constructor Create( AOwner : TComponent );

Handle for BWCC Dynamic Link Library {=============================} {== TRkBwccCheckBox Methods ==} {=============================


Functions


procedure CreateParams( var Params : TCreateParams );

Default Caption on right side of box


procedure CreateWnd;

Add style flag if left aligned


procedure ToggleState;


procedure CMDialogChar(var Msg: TCMDialogChar);

========================================================================= TRkBwccCheckBox.CMDialogChar The cmDialogChar component message is handle so that if the user presses the Access key for the control (e.g. Alt+C), the component will gain the focus and toggle its state. =========================================================================


procedure CNCommand( var Msg : TWMCommand );

========================================================================= TRkBwccCheckBox.CNCommand This component notification message is used to indicate when the user clicked on the component. This method is responsible for changing the state of the check box. =========================================================================


function GetChecked: Boolean;

Recreate the window handle with the new style


procedure SetAlignment( Value : TLeftRight );

Cycle through states: [Grayed ->] Checked -> Unchecked


procedure SetChecked( Value : Boolean );


procedure SetState( Value : TCheckBoxState );


Properties


property About : TRkAboutInfo


property Alignment : TLeftRight


property AllowGrayed : Boolean


property Caption :

Inherited Properties and Events


property Checked : Boolean


property Color :


property DragCursor :


property DragMode :


property Enabled :


property Font :


property ParentColor :


property ParentFont :


property ParentShowHint :


property PopupMenu :


property ShowHint :


property State : TCheckBoxState


property TabOrder :


property TabStop :


property Visible :


Events


event OnClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnEnter :


event OnExit :


event OnKeyDown :


event OnKeyPress :


event OnKeyUp :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


event OnStartDrag :


Variables


FAboutInfo : TRkAboutInfo;


FAlignment : TLeftRight;


FAllowGrayed : Boolean;


FState : TCheckBoxState;