AddEvent() | Registers a function into the specified event |
---|---|
BodyFont | Font of the Body area of the Pmf object |
BodyHeightIni | Initial height of the Body area |
BodyHeightMode | The way of changing the Body area height |
BodyWidthIni | Initial width of the Body area |
BodyWidthMode | The way of changing the Body area width |
Enabled | Enable/disable editing of values |
Form | Returns PmForm object |
Id | Pmf object identifier |
Parent | Returns reference to the parent Pmf object |
PrivateData | Private value of the object |
RemoveEvent() | Unregisters the function in the specified event |
Title | Displayed name of the Pmf object |
TitleFont | Font of the Title area of the Pmf object |
TitlePos | Position of the Title area of the Pmf object |
Type | Pmf object type |
Visible | Visibility of the Pmf object |
onFocus | Is triggered if the Pmf object gets or loses focus |
---|
PmfBool | Boolean value input item (Checkbox) |
---|---|
PmfButton | Button |
PmfEnum | Selection of one of multiple items (Combobox) |
PmfLayout | Area for other Pmf objects |
PmfNumber | Integer or real number input |
PmfSepar | Separator between configurators |
PmfString | Text input |
PmfTable | Table |
PmfTree | Tree |