See Also Send us your Feedback
BeeGrid Basics - Virtual Interface Mode
 

Grid in Virtual Interface data mode uses custom COM interface to access data. Data itself must be stored and maintained by application. Virtual Interface data mode advantages are speed and flexibility. To use this mode, you need to create object that implement IsgGridDataSource interface and assign that object to the SimpleDataSource property. In Visual Basic, Implements keyword is used to implement interface in class or form module.

The IsgGridDataSource interface contains these functions:

Note: this mode doesn't use bookmarks.

See Also

DataMode | SimpleDataSource | Tutorial - Virtual Interface Mode