Unit 'fzbase' Package
[Overview][Types][Classes][Index] [#pl_fzcontrols]

TFZVirtualShell

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

Declaration

Source position: fzbase.pas line 480

type TFZVirtualShell = class(TFZControl)

protected

  procedure Paint; override;

  

  procedure Resize; override;

  

  procedure MouseDown(); override;

  

  procedure MouseMove(); override;

  

  procedure HelpClicked();

  

  procedure SettingClicked();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property ButtonAppearance: TFZAppearanceEx; [rw]

  

  property OnHelpClick: TNotifyEvent; [rw]

  

  property OnSettingClick: TNotifyEvent; [rw]

  

  property Caption;

  

end;

Inheritance

TFZVirtualShell

  

|

TFZControl

  

|

TObject



CT Web help

CodeTyphon Studio