GetFieldStyle  Table

The GetFieldStyle function retrieves one style of the specified field.

Syntax

String Table.GetFieldStyle(
     String field,
     String name)

Parameters

fieldName or Index of the field.Required
nameName of the style.Required

Return value

The GetFieldStyle function returns the value of the specified field style.

If an error occurs, the GetFieldStyle function returns an empty string.

Example

title = myTable.GetFieldStyle("0""title")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia