ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

Remove Method

Applies to

Summary

Removes the attribute from the collection.

Syntax

Attributes.Remove (
   attr As Attribute )
Object.Remove (
   index As Variant )
FieldQuantities.Remove (
   Quantity As QfQuantity )
Columns.Remove (
   column As TableColumn )
Rows.Remove As Long
Spline.Remove (
   index As Long )

Parameters

attr
[in, optional] Attribute
index
[in, optional] Variant
Quantity
[in, optional] QfQuantity
column
[in, optional] TableColumn
index
[in, optional] Long

Remarks

Generally the Remove method removes an item from the collection. The exact syntax depends upon the kind of collection that the Remove method belongs to.

In most cases the index parameter is used in the same way as the parameter of the Item method of the collection. An exclusion is the Columns collection that requires a TableColumn object as a parameter of the Remove method.

The Rows collection does not require any parameter for Remove method, because it removes the rows that are currently selected.