JVCL Help:GetRegisteredLabelBehaviorOptions

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the names of all registered behaviors.

run\JvBehaviorLabel.pas


Pascal

 run\JvBehaviorLabel.pas
 procedureGetRegisteredLabelBehaviorOptions(Strings: TStrings);


Parameters

Parameters Description
Strings: TStrings A TStrings instance that is filled with the returned names. This instance must be created and maintained by the caller.

run\JvBehaviorLabel.pas


Description

Copies the internal TStrings list to Strings where each Strings[] is the name of a registered class and each Objects[] is a pointer to the corresponding class

run\JvBehaviorLabel.pas


See Also

GetLabelBehaviorName, GetLabelBehaviorOptionsClass, RegisterLabelBehaviorOptions

run\JvBehaviorLabel.pas


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