Unit 'BCKeyboard' Package
[Overview][Classes][Index] [#pl_bgracontrols]

TBCKeyboard

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: bckeyboard.pas line 19

type TBCKeyboard = class(TComponent)

protected

  procedure PressVirtKey();

  

  procedure PressShiftVirtKey();

  

  procedure OnButtonClick(); virtual;

  

  property OnUserChange: TNotifyEvent; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Show();

  

  procedure Hide;

  

  procedure UpdateButtonStyle;

  

  property Panel: TBCPanel; [rw]

  

  property PanelsColor: TColor; [rw]

  

  property ButtonStyle: TBCButton; [rw]

  

  property Visible: Boolean; [r]

  

published

  property ThemeManager: TBCThemeManager; [rw]

  

end;

Inheritance

TBCKeyboard

  

|

TObject



CT Web help

CodeTyphon Studio