kcmledit

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