The property manager exists in all FBComponent objects, and contains an array of all the registered properties. These properties may be SDK properties, internal properties or both.
Public Member Functions |
|
FBPropertyManager () | |
Constructor. |
|
FBProperty | Find (str pPropertyName, bool pMultilangLookup=True) |
Find a property, based on its name. |
Constructor.
FBProperty Find | ( | str | pPropertyName, | |
bool | pMultilangLookup =
True |
|||
) |
Find a property, based on its name.
pPropertyName | Name of property to look for. | |
pMultilangLookup | When searching, indicate if the name lookup should also be done on the property name as shown in the GUI. (default = true) |