Assembly: Rds;
The IRdsDictionaryBox interface contains properties and methods of the RdsDictionaryBox development environment component.
IComponent
IControl
IRdsDictionaryBox
| Property name | Brief description | |
| The AdjustWidthOnlyVisible property determines the method of column width autofit. | ||
| The BorderStyle property determines component border style. | ||
| The CanElementDown property returns whether the selected elements can be moved one position down. | ||
| The CanElementLevelUp property returns whether the selected elements can be moved one level up. | ||
| The CanElementUp property returns whether the selected elements can be moved one position up. | ||
| The Columns property returns the collection of columns of the MDM dictionary displayed in the RdsDictionaryBox component. | ||
| The FindResultsMenu property determines whether the search dialog box displays the context menu for the found elements. | ||
| The FocusedElement property determines the key of the MDM dictionary focused element. | ||
| The HighlightTrack property determines whether the element is highlighted on mouseover. | ||
| The RootImageIndex property determines index of the icon for the root component element. | ||
| The SelectionMode property determines the mode of selecting component elements. | ||
| The ShowHeaderButton property determines whether to show the button that opens column header menu. | ||
| The ShowHints property determines whether tooltips are displayed when the mouse is held over elements of the RdsDictionaryBox component. | ||
| The Source property determines a data source for the RdsDictionaryBox component. |
| Property name | Brief description | |
![]() |
Align | The Align property determines component alignment within its parent component. |
![]() |
AllowDrag | The AllowDrag property determines whether an object can be dragged from a component. |
![]() |
AllowDrop | The AllowDrop property determines whether a component can accept a dragged object. |
![]() |
Anchors | The Anchors property returns settings determining percentage of the resizing for the current component on resizing the parent component. |
![]() |
Brush | The Brush property determines the brush that is used to fill the component area. |
![]() |
ClientHeight | The ClientHeight property determines the height of the client component area. |
![]() |
ClientWidth | The ClientWidth property determines the width of the client component area. |
![]() |
Color | The Color property determines the component background color. |
![]() |
Cursor | The Cursor property determines type of the cursor displayed on hovering over a component during form execution. |
![]() |
Enabled | The Enabled property determines whether a component is available for a user. |
![]() |
Focused | The Focused property returns True if this component is focused. |
![]() |
Font | The Font property determines parameters of the font used to display text in a component. |
![]() |
Height | The Height property determines the component height in pixels. |
![]() |
HelpContext | The HelpContext property determines the unique index for a section of a context help for this component. |
![]() |
Hint | The Hint property determines the tooltip text displayed on hovering over a component. |
![]() |
HintTimeout | The HintTimeout property determines for how long the tooltip is shown. |
![]() |
Left | The Left property determines the coordinate of the component left edge in pixels. |
![]() |
Parent | The Parent property determines the parent component. |
![]() |
ParentColor | The ParentColor property determines whether a component inherits the parent component color. |
![]() |
ParentFont | The ParentFont property determines whether a component should use the parent component color. |
![]() |
ParentShowHint | The ParentShowHint property determines when a tooltip is displayed. |
![]() |
PopupMenu | The PopupMenu property determines the context menu displayed when the component is clicked using the right mouse button. |
![]() |
Scrolls | The Scrolls property returns parameters of component scrollbars. |
![]() |
ShowHint | The ShowHint property determines whether a tooltip is displayed on hovering over a component. |
![]() |
TabOrder | The TabOrder property determines the position of a component in a tab order. |
![]() |
TabStop | The TabStop property determines whether the component is focused when the Tab button is pressed. |
![]() |
Text | The Text property determines the row identifying a component for a user. |
![]() |
Top | The Top property determines the coordinate of the component upper edge in pixels. |
![]() |
Visible | The Visible property determines whether a component is displayed during the form execution. |
![]() |
Width | The Width property determines the horizontal size of a component in pixels. |
| Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components, located on the parent component. |
![]() |
Components | The Components property returns the child component, which index is passed via the input parameter. |
![]() |
Data | The Data property is used to store any user data. |
![]() |
Name | The Name property determines component name. |
![]() |
Tag | The Tag property is not used by the compiler. The user can change the value of this property and use it at his own discretion. |
| Method name | Brief description | |
| The AddElement method opens a standard dialog box for creating of a new MDM dictionary element. | ||
| CanCopy | The CanCopy method returns whether the element can be copied to the clipboard. | |
| The ClearElements method clears all MDM dictionary elements. | ||
| CanPaste | The CanPaste method returns whether the element can be pasted from the clipboard. | |
| Copy | The Copy method copies selected element to the clipboard. | |
The Cut method moves the selected dictionary element to clipboard. |
||
| The EditElement method opens a standard dialog box for editing properties of the focused element and returns the element key. | ||
| The FindElement method searches for an MDM dictionary element. | ||
| The MoveElementDown method moves the selected elements one position down if it is allowed. | ||
| The MoveElementLevelUp method moves the selected elements one level up if it is allowed. | ||
| The MoveElementUp method moves the selected elements one position up if it is allowed. | ||
| Paste | The Paste method pastes an element from the clipboard. | |
| The RefreshElements method refreshes the element tree. | ||
| The RemoveElement method removes the selected elements. | ||
| The RenameElement method switches the name of the focused element to edit mode. | ||
| The ShowFindDialog method opens the standard dialog box for searching MDM dictionary elements. |
| Method name | Brief description | |
| ClientToScreen | The ClientToScreen method converts the coordinates of a point specified relative to the component coordinate system to screen coordinates. | |
| DoDragDrop | The DoDragDrop method starts dragging. | |
| GetImage | The GetImage method returns a graphic view of the component together with all child components. | |
| ScreenToClient | The ScreenToClient method converts screen coordinates of a point to coordinates specified relative to the component coordinate system. | |
| SetFocus | The SetFocus method sets focus to this component. |
See also: