You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gary Criblez edited this page Jun 26, 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:=0x000C13DFForm.inactivColor:=0x00AAAAAAAJUI_FloatingLabel_main (Form)