Class TRkBwccCheckBox (unit RkBwcc) |
Inherits from
TWinControl
constructor Create( AOwner : TComponent );
- Handle for BWCC Dynamic Link Library {=============================} {== TRkBwccCheckBox Methods ==} {=============================
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 );
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 :
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 :
FAboutInfo : TRkAboutInfo;
FAlignment : TLeftRight;
FAllowGrayed : Boolean;
FState : TCheckBoxState;
constructor Create( AOwner : TComponent );
Handle for BWCC Dynamic Link Library {=============================} {== TRkBwccCheckBox Methods ==} {=============================
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 );
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 :
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 :
FAboutInfo : TRkAboutInfo;
FAlignment : TLeftRight;
FAllowGrayed : Boolean;
FState : TCheckBoxState;