|
ds_GetFormInfos |
|---|
| ds_GetFormInfos (formID; resizable; fixedWidth; fixedHeight; minWidth; maxWidth; minHeight; maxHeight; hMarginOrWidth; vMarginOrHeight; nomObjetDelimiteur; windowTitle; platForm; inheritedTableNum; inheritedFormName) <- errorCode | |||
|---|---|---|---|
| Parameter | Type | Description | |
| -> | formID | Integer | Form number |
| <- | Resizable | Integer | Resizeable |
| <- | fixedWidth | Integer | Fixed Width |
| <- | fixedHeight | Integer | Fixed Height |
| <- | minWidth | Integer | Minimum Width |
| <- | maxWidth | Integer | Maximum Width |
| <- | minHeight | Integer | Minimum Height |
| <- | maxHeight | Integer | Maximum Height |
| <- | hMarginOrWidth | Integer | horizontal Margin or Height |
| <- | vMarginOrHeight | Integer | vertical Margin or Width |
| <- | limitObjectName | String | ??? |
| <- | WindowTitle | String | Window Title |
| <- | Platform | Integer | Platform |
| <- | inheritedTableNum | Integer | Inherited form table num |
| <- | inheritedFormName | String | Inherited form name |
| <- | errorCode | Long Integer | Error Code (0 = no error) |
This routine makes it possible for you to load most of form properties. Dues to some options are checked or not, some parameters may be negative.