Jump to content

API Panel.ConfigureDisplayCreator

From Flowcode Help
ConfigureDisplayCreator
Sets the dimensions and orientation of a Display Creator panel 
- ULONG Id
The panel Id 
- ULONG Width
The x-dimension of the panel in pixels 
- ULONG Height
The y-dimension of the panel in pixels 
- ULONG BackCol
The background colour of the panel (use -1 to retain existing colour) 
- BYTE ReadOnly
Mask to make panel properties read-only (0x01=Width, 0x02=Height, 0x04 = BackCol) 
- BOOL Return


Detailed description

Examples