JVCL Help:GetLabelBehaviorOptionsClass
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GetLabelBehaviorOptionsClass function
[+] JvBehaviorLabel.pas Functions
Search in JVCL Help
Search in all projectsSummary
Retrieves the class type of a behavior.
Pascal
run\JvBehaviorLabel.pas
functionGetLabelBehaviorOptionsClass(constName: TJvLabelBehaviorName): TJvLabelBehaviorOptionsClass;
Parameters
Parameters | Description |
const Name: TJvLabelBehaviorName | The name used when the class was registered. If Name is empty or cannot be found, returns TJvBaseValidator. |
Description
Call GetLabelBehaviorOptionsClass to get the class type of a behavior based on its registered name.
See Also
GetLabelBehaviorName, GetRegisteredLabelBehaviorOptions, RegisterLabelBehaviorOptions
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page