Up | Draw | Overlay | Tool | Toollist | Timer | SPB | Camera | CameraImage | Bitmap | Historylist - ImageBuffer | Clipboard | ScorpionGeometry | Statistics | States | Logging | Panels | Shared Memory | BarCode Reader | StdCtrls

Button | CheckBox | ComboBox | Control | Edit | Font | GroupBox | Label | ListBox | PageControl | Panel | RadioButton | ScrollBox | TabSheet | WinControl | Callback | Frame | WinControl | Release Notes

  

StdCtrls
The StdCtrls module is designed to provide low-level access to the Scorpion User Interface.

This module contains classes for accessing the following standard windows controls and fonts:

Button
CheckBox
ComboBox
Control
Edit
Font
GroupBox
Label
ListBox
PageControl
Panel
RadioButton
ScrollBox
TabSheet
WinControl
Callback
Frame
WinControl
Release Notes

Derived classes for special controls

Note:  Accessing the Scorpion GUI using these low-level interfaces requires programming skills. These interfaces are not guaranteed to be backwards compatible. Compatibility issues will be described in the Scorpion Release Notes.

Example 1: Modify font properties of a Panel object

panel=GetResultPanel()
panel.caption='OK'
panel.color='green'

# modifying the font
panel.font.size=14
panel.font.color='blue' 
panel.font.bold=1

 

Scorpion Vision Software Version: 9.2.0.515 - Date: 20120502
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2012 Tordivel AS.