getTitle()

Returns the description of a picture in an fglgallery.

Syntax

getTitle(
   id SMALLINT,
   index STRING )
  RETURNS STRING
  1. id is the fglgallery identifier, as returned by the create() function.
  2. index is the picture index in the image gallery.

Usage

This function returns the title of a picture in the fglgallery.

The id parameter is the fglgallery handler returned by the create() function.

The index parameter identifies the picture by its ordinal position in the image gallery.

Example

DISPLAY fglgallery.getTitle( id, 10 )