Object Reference > True DBGrid Methods > Remove Method |
Remove Method
Use the Remove method to delete a specific member of a True DBGrid collection.
object.Remove (index)
Arguments
index is an expression that specifies the collection member to be removed.
Return Value
None
If the object is a member of the GroupColumns collection, it will be removed from the grouping area and returned to the grid, not deleted.
All collections accept a zero-based index argument. The Columns, GroupColumns, Layouts, PrintInfos, and Styles collections also accept named arguments.
Column Object, Columns Collection
Split Object, Splits Collection
Style Object, Styles Collection