RdsDictionaryBox

Description

The RdsDictionaryBox class implements the RdsDictionaryBox development environment component that is used to display data of the MDM dictionaries.

Properties inherited from 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.

Properties inherited from IControl

  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.

Properties inherited from IComponent

  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.

Methods inherited from IRdsDictionaryBox

  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 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.

Methods inherited from IControl

  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.

Events

  Event name Brief description
The OnAfterElementAdd event occurs after a new element is added to the component.
The OnAfterElementChange event occurs after element is changed in the component.
The OnAfterElementDelete event occurs after element is deleted from the component.
The OnBeforeElementAdd event occurs before a new element is added to the component.
The OnBeforeElementChange event occurs before element is changed in the component.
The OnBeforeElementDelete event occurs before element is deleted from the component.
The OnSelectionChanged event occurs when selection is changed in the tree of elements displayed in the component.

Events inherited from IControl

   Event name Brief description

 

The OnBeginDrag event occurs for a component when a user starts dragging an object from the component.

 

The OnClick event occurs if the user clicks the component area.

 

The OnControlMove event occurs when a component is moved.

 

The OnControlResize event occurs when a component is resized.

 

The OnDblClick event occurs if the user double-clicks the component area.

 

The OnDragDrop event occurs for a component if a user drops a dragged object over it.

 

The OnDragEnter event occurs when a dragged object enters the space of this component.

 

The OnDragLeave event occurs when a dragged object leaves the borders of this component.

 

The OnDragOver event occurs for this component when a user drags a dragged object over it.

 

The OnEnter event occurs when a component gets focused.

 

The OnExit event occurs when a component loses focus.

 

The OnHScroll event occurs on changing position of horizontal scrollbar slider.

 

The OnKeyDown event occurs if the component is focused and a keyboard key is pressed.

 

The OnKeyPress event occurs if a component is focused when a user presses a character key.

 

The OnKeyPreview event occurs prior to each event requiring clicking.

 

The OnKeyUp event occurs if a component is focused and a user releases any button previously pressed.

 

The OnMouseDown event occurs when the pointer is in component area and a mouse button is pressed.

 

The OnMouseEnter event occurs when mouse cursor enters the component area.

 

The OnMouseHover event occurs when mouse cursor is held in the component area.

 

The OnMouseLeave event occurs when mouse cursor leaves the component area.

 

The OnMouseMove event occurs on moving the cursor over component.

 

The OnMouseUp event occurs on releasing mouse button when the cursor is in component area.

 

The OnMouseWheel event occurs if the component has focus when the mouse wheel is rotated.

 

The OnVScroll event occurs on changing position of vertical scrollbar slider.

See also:

Rds Assembly Classes