Property Getters/Setters Summary | ||
---|---|---|
function | getBackOleColor() | |
function | setBackOleColor(value) | |
Gets and sets the ole color of the background. | ||
function | getBorderOleColor() | |
function | setBorderOleColor(value) | |
Gets and sets the ole color of the background. | ||
function | getBorderStyle() | |
function | setBorderStyle(value) | |
Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant. | ||
function | getBoundColumn() | |
function | setBoundColumn(value) | |
Repsents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle). | ||
function | getColumnCount() | |
function | setColumnCount(value) | |
Repsents the number of columns to display in a ComboBox or ListBox. | ||
function | getColumnWidths() | |
function | setColumnWidths(value) | |
Gets and sets the width of the column. | ||
function | getData() | |
Gets and sets the binary data of the control. | ||
function | getForeOleColor() | |
function | setForeOleColor(value) | |
Gets and sets the ole color of the foreground. | ||
function | getHeight() | |
function | setHeight(value) | |
Gets and sets the height of the control in unit of points. | ||
function | getIMEMode() | |
function | setIMEMode(value) | |
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant. | ||
function | getIntegralHeight() | |
function | setIntegralHeight(value) | |
Indicates whether the control will only show complete lines of text without showing any partial lines. | ||
function | isAutoSize() | |
function | setAutoSize(value) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
function | isEnabled() | |
function | setEnabled(value) | |
Indicates whether whether the control can receive the focus and respond to user-generated events. | ||
function | isLocked() | |
function | setLocked(value) | |
Indicates whether data in the control is locked for editing. | ||
function | isTransparent() | |
function | setTransparent(value) | |
Indicates whether the control is transparent. | ||
function | getListStyle() | |
function | setListStyle(value) | |
Gets and sets the visual appearance. The value of the property is ControlListStyle integer constant. | ||
function | getListWidth() | |
function | setListWidth(value) | |
Gets and set the width in unit of points. | ||
function | getMatchEntry() | |
function | setMatchEntry(value) | |
Indicates how a ListBox or ComboBox searches its list as the user types. The value of the property is ControlMatchEntryType integer constant. | ||
function | getMouseIcon() | |
function | setMouseIcon(value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
function | getMousePointer() | |
function | setMousePointer(value) | |
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant. | ||
function | getScrollBars() | |
function | setScrollBars(value) | |
Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. The value of the property is ControlScrollBarType integer constant. | ||
function | getShowColumnHeads() | |
function | setShowColumnHeads(value) | |
Indicates whether column headings are displayed. | ||
function | getSpecialEffect() | |
function | setSpecialEffect(value) | |
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant. | ||
function | getTextColumn() | |
function | setTextColumn(value) | |
Repsents the column in a ComboBox or ListBox to display to the user. | ||
function | getType() | |
Gets the type of the ActiveX control. The value of the property is ControlType integer constant. | ||
function | getValue() | |
function | setValue(value) | |
Gets and sets the value of the control. | ||
function | getWidth() | |
function | setWidth(value) | |
Gets and sets the width of the control in unit of point. |
Property Getters/Setters Detail |
---|
getType : Number | |
function getType() |
getScrollBars/setScrollBars : Number | |
function getScrollBars() / function setScrollBars(value) |
getListWidth/setListWidth : Number | |
function getListWidth() / function setListWidth(value) |
getBoundColumn/setBoundColumn : Number | |
function getBoundColumn() / function setBoundColumn(value) |
getTextColumn/setTextColumn : Number | |
function getTextColumn() / function setTextColumn(value) |
getColumnCount/setColumnCount : Number | |
function getColumnCount() / function setColumnCount(value) |
getMatchEntry/setMatchEntry : Number | |
function getMatchEntry() / function setMatchEntry(value) |
getListStyle/setListStyle : Number | |
function getListStyle() / function setListStyle(value) |
getValue/setValue : String | |
function getValue() / function setValue(value) |
getBorderStyle/setBorderStyle : Number | |
function getBorderStyle() / function setBorderStyle(value) |
getBorderOleColor/setBorderOleColor : Number | |
function getBorderOleColor() / function setBorderOleColor(value) |
getSpecialEffect/setSpecialEffect : Number | |
function getSpecialEffect() / function setSpecialEffect(value) |
getShowColumnHeads/setShowColumnHeads : boolean | |
function getShowColumnHeads() / function setShowColumnHeads(value) |
getIntegralHeight/setIntegralHeight : boolean | |
function getIntegralHeight() / function setIntegralHeight(value) |
getColumnWidths/setColumnWidths : Number | |
function getColumnWidths() / function setColumnWidths(value) |
isEnabled/setEnabled : boolean | |
function isEnabled() / function setEnabled(value) |
isLocked/setLocked : boolean | |
function isLocked() / function setLocked(value) |
isTransparent/setTransparent : boolean | |
function isTransparent() / function setTransparent(value) |
isAutoSize/setAutoSize : boolean | |
function isAutoSize() / function setAutoSize(value) |
getIMEMode/setIMEMode : Number | |
function getIMEMode() / function setIMEMode(value) |
getData : byte[] | |
function getData() |
getWidth/setWidth : Number | |
function getWidth() / function setWidth(value) |
getHeight/setHeight : Number | |
function getHeight() / function setHeight(value) |
getMouseIcon/setMouseIcon : byte[] | |
function getMouseIcon() / function setMouseIcon(value) |
getMousePointer/setMousePointer : Number | |
function getMousePointer() / function setMousePointer(value) |
getForeOleColor/setForeOleColor : Number | |
function getForeOleColor() / function setForeOleColor(value) |
getBackOleColor/setBackOleColor : Number | |
function getBackOleColor() / function setBackOleColor(value) |