Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from checker2/GridView

GridView is a Lazarus grid component for displaying any data in the form of tables.

License

Notifications You must be signed in to change notification settings

iluha2/GridView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GridView

GridView is a Lazarus grid component for displaying records, arrays, collections, and any other data in the form of tables. It is a native and fast virtual grid without internal data storage designed to display external data using event handlers.

Features

  • Event-driven architecture.
  • Up to 2147483647 rows.
  • Multi-level header with column click support.
  • Windows/Linux support, with themes.
  • Unicode support.
  • DB version included with multiselecting.

How to use

  1. Place TGridView component on form.
  2. Define columns using "Columns" property.
  3. Set row count using "Rows.Count" property.
  4. Use OnGetCellText event to define cell text using your data.
  5. Use OnSetEditText to get text into your data.

Authors

Roman M. Mochalov ([email protected]) Iluha Companets ([email protected])

License

MIT

About

GridView is a Lazarus grid component for displaying any data in the form of tables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 100.0%