| Library | Module | Frames | Expand |
| Property | ActionButtonLabel | as String [optional] |
| Specifies label of the action button. Can be null, which means no action button will be shown. | ||
| Property | CheckLabel | as String |
| Specifies the label of the check. | ||
| Property | CheckName | as String |
| Specifies the name of the check. | ||
| Property | Listener | as IpfcModelCheckCustomCheckListener |
| The object containing the implementation of the custom check methods. | ||
| Property | UpdateButtonLabel | as String [optional] |
| Specifies label of the update button. Can be null, which means no update button will be shown. | ||
| Function | CCpfcCustomCheckInstructions.Create (CheckName as String, CheckLabel as String, Listener as IpfcModelCheckCustomCheckListener) as IpfcCustomCheckInstructions | |
| Creates a new IpfcModelCheckInstructions object. | ||
| Property | ActionButtonLabel | as String [optional] |
|
Specifies label of the action button. Can be null, which means no action button will be shown. |
| Property | CheckLabel | as String |
|
Specifies the label of the check. |
| Property | CheckName | as String |
|
Specifies the name of the check. |
| Property | Listener | as IpfcModelCheckCustomCheckListener |
|
The object containing the implementation of the custom check methods. |
| Property | UpdateButtonLabel | as String [optional] |
|
Specifies label of the update button. Can be null, which means no update button will be shown. |
| Function | CCpfcCustomCheckInstructions.Create | (CheckName as String, CheckLabel as String, Listener as IpfcModelCheckCustomCheckListener) as IpfcCustomCheckInstructions |
|
Creates a new IpfcModelCheckInstructions object.
|