gflFormatIsWritableByIndex

GFL SDK

gflFormatIsWritableByIndex

The gflFormatIsWritableByIndex function determines if a format is writable with its index.

GFL_BOOL gflFormatIsWritableByIndex(
  GFL_INT32 index
);

Parameters

    index
    Index of the format.

Return value

    GFL_FALSE or GFL_TRUE.

See also