getCurrentItem()

getCurrentItem() is used to retrieve the name of the currently active form item:

LET dial = ui.Dialog.GetCurrent()

Parameters

takes no parameters

Possible values

depend on the location of the focus

There is some specifics about using variables with ui.Dialog methods.

You can learn about them here.

Example code

...

DEFINE id STRING

...

LET s = ui.Dialog.GetCurrent().getCurrentItem()

DISPLAY s

...

 

Contact Us

Privacy Policy

Copyright © 2025 Querix, (UK) Ltd.