field_width

Returns the field's width.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X X X    

Syntax

int field_width()

Notes

This function is valid only in field triggers.

Example

Returns column offset following the field.
offset = field_offset() + field_width();