ASNA DataGate® Controls Help

Library List Control


Methods |
Properties | Enumerated | Constants

Control Palette Icon:

ebx_1291139469.gif

Description:

The Library List control is an OCX control that allows you to work with library lists.

Working with Library Lists:

Using this control, you can get the library list and set the library list associated with a given database name using GetLibraryList and SetLibraryList methods. The entire library list can be manipulated through the LibraryList property after a call to GetLibraryList has been made to initialize the list.

You can also add of remove single entries using the AddLiblEntry and RemoveLiblEntry methods.

The ClearLibraryList method only clears the LibraryList property, and a subsequent call to SetLibraryList is necessary to clear the actual Library List associated with the database name.

Initial Library List settings are manipulated via the GetInitialLibl and SetInitialLibl methods of the Database control.