AddField Method

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPReport

Declaration

procedure AddField(const Name: WideString; const Title: WideString; const Description: WideString; const Group: WideString; const Formula: WideString; const Format: WideString; const ParStyle: WideString; FieldType: Integer; Mode: Integer; WidthTW: Integer);

Description

This method is used to create a new field in the XML description.

Parameters

Name

The name of the field.

Title

The title of the field.

Description

The description what this field contains.

Group

The group to add to, use "*" for current group.

Formula

Currently not used.

Format

Currently not used.

ParStyle

The paragraph style to specify the character attributes.

FieldType

Currently not used - pass 0.

Mode

The mode bits, to select and hide the field.

WidthTW

This value is reserved.


[idh_iwpreport_addfield.htm]    Copyright © 2007 by WPCubed GmbH