This reference page is linked to from the following overview topics: Namespaces and Autocomplete.
Text edit box.
Definition at line 1219 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions | |
FBEdit (HIObject pObject=NULL) | |
Constructor. | |
Public Attributes | |
FBPropertyString | Text |
Read Write Property: Text displayed. | |
FBPropertyBool | PasswordMode |
Read Write Property: Set password mode for this edit box. | |
FBPropertyEvent | OnChange |
Event: Text changed. | |
FBPropertyEvent | OnTransaction |
Event: Transaction begin/end (continuous value changes). |
FBEdit | ( | HIObject | pObject = NULL | ) |
Constructor.
Read Write Property: Text displayed.
Definition at line 1225 of file fbcontrols.h.
Read Write Property: Set password mode for this edit box.
Definition at line 1226 of file fbcontrols.h.
Event: Transaction begin/end (continuous value changes).
This event property doesn't exist in pyfbsdk.
Definition at line 1229 of file fbcontrols.h.