[Overview][Resource strings][Types][Classes][Procedures and functions][Variables] Reference for unit 'GFX_X11' (#fpgfx)

TX11Screen

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

Declaration

Source position: gfx_x11.pas line 167

type TX11Screen = class(TFCustomScreen)

protected

  procedure SetMousePos(); override;

  

  function GetMousePos; override;

  

public

  constructor Create; override;

  

  function CreateBitmapCanvas(); override;

  

  function CreateMonoBitmapCanvas(); override;

  

  property ScreenIndex: Integer; [r]

  

  property ScreenInfo: PScreen; [r]

  

end;

Inheritance

TX11Screen

  

|

TFCustomScreen

  

|

TObject

Description

Errors