Previous Topic: %ForEachViewColumn()Next Topic: %IndexName


%IndexGenerated

Used within the scope of %ForEachIndex(), expands to TRUE if the Generate option is checked for the index specified.

Syntax

%IndexGenerated

Syntax Example

%ForEachIndex() {

%If(%IndexGenerated) {

%IndexName}

}

Expansion

None-internally returns TRUE or FALSE based on whether the Generate option is selected for the index in the Index Editor.

Usage

Classified as an Entity macro that you can use in the Table Trigger Editor (Triggers dialog).