DB Panel of records editing (DB workpanel) |
DB Panel of records editing provides the interface for data set control. The component contains a set of buttons, each of which responds for execution of one operation with a data set (to add new record, to delete current record, to cancel changes in a current record, to save result of record's change). In total there are 4 buttons, the developer can keep in a set any amount of buttons in any combination. Enumeration of visible buttons defines Visible buttons property receiving combinations of the following values: add, delete, cancel, post. By default in the navigator all buttons are visible. Orientation - definition of panel orientation of control elements, possible values: horizontal (by default) and vertical. Properties of the component are the following: Height, Left (indent from the left), Name, Top (indent from the top), Width. |