# AdoDataControl

Adds supports for \[VB6 ADO Data Control]\(<https://msdn.microsoft.com/en-us/library/aa231217(v=vs.60).aspx>)

### Implementation  Details:

> **Component Selector:** 'wm-adodatacontrol'
>
> **Kendo UI Component:** N/A

## Class inheritance

AdoDataControlComponent extends [ControlComponent](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component).

## PME Support

### Properties

| Property | Get/Set | Notify Changes | Details |
| -------- | ------- | -------------- | ------- |
| None     | None    | None           | None    |

### Methods

| Method | Supported | Details |
| ------ | --------- | ------- |
| None   | None      | None    |

### Events

| Event      | Supported | Parameter       | Details                                                    |
| ---------- | --------- | --------------- | ---------------------------------------------------------- |
| firstClick | Yes       | **$event**: any | Trigger Click Event. Moves the record to the first row.    |
| prevClick  | Yes       | **$event**: any | Trigger Click Event. Moves the record to the previous row. |
| nextClick  | Yes       | **$event**: any | Trigger Click Event. Moves the record to the next row.     |
| lastClick  | Yes       | **$event**: any | Trigger Click Event. Moves the record to the last row.     |
