Table of Contents

TFlexCelFormatSettings.SetGlobalFormat Method

Sets the format that FlexCel will use on all the threads. If you set the format for a particular thread with SetThreadFormat then it will take priority. If the thread format is not assigned, it will fall back to this. If you don't assign a global format either, then FormatSettings will be used.

Syntax

Unit: FlexCel.Core

class procedure TFlexCelFormatSettings.SetGlobalFormat(const aLocaleName: string; const aFmt: TFormatSettings);

Parameters

<-> Parameter Type Description
const aLocaleName string The name of the locale. This is used for sorting.
const aFmt TFormatSettings The new format settings to be applied to all threads.

See also