Field-Map Scripting

4.1.1.8.3 MainFormHeight

MainFormHeight function


Prototype:

function MainFormHeight : integer;

Description:

Returns the current height of main Field-Map form in pixels

Syntax:

variable := MainFormHeight;


Part

Description


variable

Variable declared as integer




Return value:

Height of the main form



Example:


Var 
  h : integer;
  
Begin
  h := MainFormHeight;
  ShowMessage(format ('Main form height is %d pixels.',[h]);
End.




See also:

PixelsPerInch; MainFormWidth; MainFormHeight