Creating Custom LiveBindings Methods

From RAD Studio
Jump to: navigation, search

Go Up to Using Custom Format and Parse Expressions in LiveBindings


If you want to write a custom format or parse expression and you want to do something in that expression that you cannot do using the default LiveBindings methods, you can write your own custom LiveBindings methods.

To create a custom LiveBindings method, you must create a package with a unit where you:

When you install a package that includes this unit, your LiveBindings method is registered, and you can use it in your custom format or parse expressions. Your method is also listed in the LiveBindings Methods editor.

See Also