Assembly: Rds;
The IRdsDictionaryBox interface contains properties and methods of the RdsDictionaryBox development environment component.
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 MDM dictionary columns 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 should be displayed when the mouse is held over the elements of the RdsDictionaryBox component. | ||
The Source property determines data source for the RdsDictionaryBox component. |
Property name | Brief description | |
The Align property determines component alignment within its parent component. | ||
The AllowDrag property determines whether an object can be dragged from a component. | ||
The AllowDrop property determines whether a component can accept a dragged object. | ||
The Anchors property returns settings determining % of the size change for the current component when the parent component is resized. | ||
The Brush property specifies the brush used to fill the component area. | ||
The ClientHeight property determines the client component area height. | ||
The ClientWidth property determines the client component area width. | ||
The Color property determines the component background color. | ||
The Cursor property determines type of the cursor displayed on hovering over a component during form execution. | ||
The Enabled property determines whether a component is available for a user. | ||
The Focused property returns True if this component is focused. | ||
The Font property determines parameters of the font used to display text in a component. | ||
The Height property determines the component height in pixels. | ||
The HelpContext property determines the unique index for a section of a context help for this component. | ||
The Hint property determines the tooltip text displayed on hovering over a component. | ||
The HintTimeout property determines for how long the tooltip is shown. | ||
The Left property determines the coordinate of the component left edge in pixels. | ||
The Parent property determines the parent component. | ||
The ParentColor property determines whether a component inherits the parent component color. | ||
The ParentFont property determines whether a component should use the parent component color. | ||
The ParentShowHint property determines when a tooltip is displayed. | ||
The PopupMenu property determines the context menu displayed when the component is clicked using the right mouse button. | ||
The Scrolls property returns parameters of component scrollbars. | ||
The ShowHint property determines whether a tooltip is displayed on hovering over a component. | ||
The TabOrder property determines the position of a component in a tab order. | ||
The TabStop property determines whether the component is focused when the Tab button is pressed. | ||
The Text property determines the row identifying a component for a user. | ||
The Top property determines the coordinate of the component upper edge in pixels. | ||
The Visible property determines whether a component is displayed during the form execution. | ||
The Width property determines the horizontal size of a component in pixels. |
Property name | Brief description | |
The ComponentCount property returns the number of child components, located on the parent component. | ||
The Components property returns the child property, index of which is passed by the input parameter. | ||
The Data property is used to store any user data. | ||
The Name property determines component name. | ||
The Tag property is not used by the compiler. A user can change the value of the Tag property and use it as he wishes. |
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 | |
The ClientToScreen method converts the coordinates of a point specified relative to the component coordinate system to screen coordinates. | ||
The DoDragDrop method starts dragging. | ||
The GetImage method returns a graphic presentation of a component together with all children. | ||
The ScreenToClient method converts screen coordinates of a point to coordinates specified relative to the component coordinate system. | ||
The SetFocus method sets focus to this component. |
See also: