Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Aktuálny »

%HI_SetBorderDistance function


Funkcia
Function %HI_SetBorderDistance sets the size of the edges of windows controlss.

Deklarácia
%HI_SetBorderDistance(
INT in _refId,
INT in _distLeft,
[, INT in _distTop
, INT in _distRight
, INT in _distBottom]
 )

Parametre
_refIdReference to displayer (reference variable).
_distLeftmargin size left
_distTopthe optional margin size parameter upper, if not specified, _distLeft is used
_distRightthe optional margin size parameter right, if not specified, _distLeft is used
_distBottomthe optional margin size parameter bottom, if not specified, _distLeft is used
Poznámka

Parameters _distTop, _distRight, _distBottom all or none must be entered. 

Príklad
; margin
%HI_SetBorderDistance(_RFID_BOX, 10, 5, 10, 5)
%HI_SetBorderDistance(_RFID_BOX, 0, 0, 0, 0)

; shortened
%HI_SetBorderDistance(_RFID_BOX, 10) ; set all to 10
%HI_SetBorderDistance(_RFID_BOX, 0)  ; no margins  



  • Žiadne štítky