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:
© 2024 IFER-Monitoring and Mapping Solutions