Имя функции | dcl-Control-SetPos |
---|---|
Синтаксис | (dcl-Control-SetPos
<CONTROL>
Left [типа Long]
Top [типа Long]
{Width [типа Long]} {Height [типа
Long]}) |
Возвращаемый тип | Boolean (T - успешно; иначе NIL) |
Подходит к | All Controls and Forms |
This method sets the position and size of a form or control. If the control is a child window, the specified coordinates are relative to the upper left corner of the parent window's client area; otherwise they are screen coordinates. If the optional Width and Height arguments are omitted, the control's size will remain unchanged. Both Width and Height must be greater than zero.