ComponentOne True DataControl 8.0
Remove Method (Constraints)

Removes an existing item from the collection.

Syntax

collection.Remove (Index)

Remarks

Method applies to NamedBookmarks, Constraints, Fields, FilterExpressions, Parameters, PropertyExpressions, and RangeConditions collections.

Arguments: Index is an index in the collection. It can either be the name of an item in the collection (only for Fields and Parameters collections), or an integer ordinal position in the collection. 

Return Value: None

Use the Remove method to delete a specific member of a TData control collection.

All collections accept a zero-based integer Index argument.  The Fields and Parameters collections also accept the name of an object as the Index argument.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback