Unit 'LabWindow' Package
[Overview][Types][Classes][Index] [#pl_vulkanlab]

TLabWindow

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

Declaration

Source position: LabWindow.pas line 22

type TLabWindow = class(TLabClass)

public

  class constructor CreateClass;

  

  destructor DestroyClass;

  

  property WndClass: TWndClassExA; [r]

  

  property WndClassName: AnsiString; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

  property IsActive: Boolean; [r]

  

  property Width: Integer; [r]

  

  property Height: Integer; [r]

  

  property Caption: AnsiString; [rw]

  

  property Handle: HWND; [r]

  

  property Mode: TLabWindowMode; [r]

  

  property Instance: HINST; [r]

  

  property OnCreate: TLabWindowProc; [rw]

  

  property OnClose: TLabWindowProc; [rw]

  

  property OnTick: TLabWindowProc; [rw]

  

  procedure Close;

  

end;

Inheritance

TLabWindow

  

|

TObject



CT Web help

CodeTyphon Studio