[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'DWinApi' (#DEngine)

TWindow

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

Klass, realizuushii okno

Declaration

Source position: DWinApi.pas line 63

type TWindow = class

public

  constructor Create();

  destructor Destroy; override;

  procedure Subscribe();

  

Registraciya prilojeniya dlya dannogo okna

  procedure Render;

  procedure Update;

  procedure SwapBuffers;

  

Vivedenie otrenderennogo na ekran

  procedure SetCaption();

  

Ustanovka texta v zagolovke

  function GetWidth;

  

Vozvrashaet shirinu okna

  function GetHeight;

  

Vozvrashaet visotu okna

  function GetSize;

  

Vozvrashaet razmeri okna

  function GetPos;

  

Vozvrashaet posiciu okna

  function GetMouse;

  

Vozvrashaet polojenie mishi v okne

  property WinApi: TWinApi; [r]

  property Caption: String; [w]

  property Pos: TVec2i; [r]

  property Size: TVec2i; [r]

  property Mouse: TVec2i; [r]

end;

Inheritance

TWindow

  

Klass, realizuushii okno

|

TObject