kcmledit
Generic properties, methods and events
![]() |
Add(sText$) | Used to add strings to the drop down portion of a DBEdit control |
![]() |
Add(sText$, sTag$) | Used to add strings with tags to the drop down portion of a DBEdit control |
![]() |
Add(sFormattedText$, sTag$, sCookie$) | Used to add strings with tags to the drop down portion of a DBEdit control |
![]() |
Delete() | Used to clear out the contents of a DBEdit drop down |
![]() |
Delete(iIndex) | Used to remove individual items from a DBEdit dropdown |
![]() |
FindItem(sText$) | Find an item from text or context |
![]() |
FindItemOrdinal(sText$) | Find an item from text or context returning its position within the list |
![]() |
GetIndex(iIndex) | Used to test drop down index numbers for validity |
![]() |
GetIndex(sSearch$) | Used to return the index number associated with the specified string |
![]() |
GetString$(iIndex) | Returns the item from the specified index location |
![]() |
GetTag$(iIndex) | Returns the tag from the specified index location |
![]() |
HandleFromOrdinal(iIndex) | Return handle for a list item ordinal index |
![]() |
InsertText(sText$) | Insert text at the current cursor position |
![]() |
ItemFromHandle(iHandle) | Used to access a list item by handle value |
![]() |
ItemFromIndex(iIndex) | Used to access a list item by index |
![]() |
SelectItem(iHandle) | Used to select an item in the drop down list by handle value |
![]() |
SetDataBind(objObj) | Sets the DataBind property to the specified bind object |
![]() |
SetDataField(iStart, sPackFormat$) | Sets the datafield property to the specified numeric field information |
![]() |
SetDataField(sFldName$) | Sets the datafield property to the specified FLD |
![]() |
SetSelection() | Removes any current selection from the drop down list |
![]() |
SetSelection(iIndex) | Used to select an item in the drop down list by index |
![]() |
ShowDropDown() | Forces the display of the DBEdit dropdown |
![]() |
Alignment | Specifies the alignment of text within the control |
![]() |
AlwaysValidate | Allows edits to be always validated |
![]() |
CanConvert | Determines whether value can be converted to alternative currency |
![]() |
Case | Allows the character case entered into the control to be restricted |
![]() |
Cookie$ | Contains an application defined value |
![]() |
DataBind | Binds the control to a table object |
![]() |
DataField | Specifies the column name that is to be bound to the control |
![]() |
DataField$ | Specifies the column name that is to be bound to the control |
![]() |
DataSource | Specifies that variable name that is bound to a database table |
![]() |
DBEnabled | Determines if the Database associated with the control is enabled |
![]() |
Description | The control text can be given a tab-separated description |
![]() |
DescText$ | Text that will appears in edit's description field |
![]() |
DragKey | Returns the drag key and mouse button state |
![]() |
DragSourceControl | Identifies the source control of a drag operation |
![]() |
DragSourceItem | Identifies the source control component of a drag operation |
![]() |
DragTargetControl | Identifies the target control of a drag operation |
![]() |
DragTargetItem | Identifies the target control component of a drag operation |
![]() |
DropDown | Used to set the DBEdit control to act as a regular edit control or as a drop down list box |
![]() |
DropDownFilled | Determines whether the drop down portion of the control has been filled |
![]() |
DropFileList$ | List of files dropped onto control (with HEX(0D) separators) |
![]() |
DropListStyle | Specifies the behaviour of the drop down list |
![]() |
DropStyle | Determines whether the DBEdit control displays an down arrow or ellipses when acting as a dropdown control |
![]() |
First | Get first item object |
![]() |
First | Get first item object |
![]() |
Formatted | Allow formatting in drop down text |
![]() |
Formatted | Search dropdown fomatting |
![]() |
GroupThousands | Specifies that numeric types will be displayed with digits grouped into thousands |
![]() |
Hint$ | Displays hint text in an empty edit |
![]() |
ImeMode | Allow the default IME method to be defaulted |
![]() |
Index | Returns the index of the currently selected item |
![]() |
Index | Returns the index of the currently selected item |
![]() |
Index | Returns the index of the currently selected item |
![]() |
Index | Returns the index of the currently selected item in the drop down portion of the control |
![]() |
Keyboard$ | Type of keyboard to show on tablet devices |
![]() |
Label$ | Label for the control |
![]() |
LimitText | Used to restrict the amount of text entered into the control |
![]() |
ListCount | Returns the number of items in the list box |
![]() |
NoSelectOnEntry | The text is not automatically selected on tabbing in to the control |
![]() |
Password | All characters are displayed as the password char |
![]() |
PasswordChar$ | Specifies the default echo character for passworded DBedit controls |
![]() |
ReadOnly | Enables/disables readonly mode for the control |
![]() |
ReturnEvent | Enable/disable the Return() event handler |
![]() |
RightToLeft | Makes the control right-to-left or left-to-right (on systems that support this feature) |
![]() |
SelectedFirst | Get first selected item object |
![]() |
ShowBlankNumeric | Show blank content to distinguish no value from a zero value |
![]() |
SortedListBox | Specifies if the listbox should be sorted |
![]() |
TabStop | Specifies the tab stop positions for the control |
![]() |
Type$ | Specifies the format that the user will use to enter information |
![]() |
ValidateSelChange | Causes a validate event when the user changes the selected item in the drop down portion of the control. |
![]() |
ValidateText$ | Contains the modified contents of the DBEdit control |
![]() |
WrapText | Enable word wrapping |
![]() |
Change() Event | Called whenever the text in the DBEdit control is changed |
![]() |
Click() Event | Called when the Ellipsis button is clicked |
![]() |
Drop() Event | Drag drop event |
![]() |
DropDown() Event | Called before the drop down portion of the control is displayed |
![]() |
DropFile() Event | Called when files are dragged on to the form |
![]() |
EditRightClick() Event | Called when the control is right clicked |
![]() |
MaxText() Event | Called if the number of characters set by LimitText is reached |
![]() |
Return() Event | Called if the ReturnEvent property has been set to TRUE and the user has pressed the RETURN key |
![]() |
Search() Event | Search |
![]() |
SearchHint() Event | Partial search text |
![]() |
SelChange() Event | Called when a new item is selected in the drop down portion of the control |
![]() |
Validate() Event | Called if the contents of the control were modified by the user |