Table of Contents

TFlexCelFormatSettings.Create Constructor

Creates a new TFlexCelFormatSettings instance and assigns a TFormatSettings variable to it.

Syntax

Unit: FlexCel.Core

constructor TFlexCelFormatSettings.Create(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 the thread.

See also