Skip to content

0. Introduction

Gary Criblez edited this page Apr 2, 2020 · 1 revision

What is AJUI_Button ?

AJUI_Button is a component developed in the 4D language. Its use is intended for 4D developers. It allows you to dynamically generate and display interface buttons in the context of a form.

A button can be defined using an object variable representing an instance of AJUI_Button. This variable contains a set of properties and formulas to define the structure and content of a button and generate it in the form.

Button composition

Basically, the button generated by AJUI_Button is a picture type form object variable that you can create yourself in the context of a form.

With regard to this point, we provide you with a predefined template of this form object variable containing the appropriate properties for creating an AJUI Button. It is provided in an object library file “Button.4dlibrary” (the library is provided in project version for the v18).