Skip to content

1. Getting started

Gary Criblez edited this page Apr 2, 2020 · 2 revisions

The use of the component is relatively simple. It requires you to add the form object FLabel_obj to the form target. Then, you must call the AJUI_FloatingLabel_main method in the target form objects. Remember to activate the events that the component needs. Finally, you are free to define the properties or to use the default values.

Form.target:=OBJECT Get name (Object current)
Form.placeholder:=OBJECT Get placeholder (*;Form.target)
Form.activColor:=0x000C13DF
Form.inactivColor:=0x00AAAAAA
AJUI_FloatingLabel_main (Form)
Clone this wiki locally