Table of Contents

TObjectTextProperties.Create Constructor

Overloads

TObjectTextProperties.Create

Creates a new instance and sets its values to defaults.

Syntax

Unit: FlexCel.Core

constructor TObjectTextProperties.Create;

See also

TObjectTextProperties.Create(Boolean, THFlxAlignment, TVFlxAlignment, TTextRotation)

Creates a new instance and sets its values.

Syntax

Unit: FlexCel.Core

constructor TObjectTextProperties.Create(const aLockText: Boolean; const aHAlignment: THFlxAlignment; const aVAlignment: TVFlxAlignment; const aTextRotation: TTextRotation);

Parameters

<-> Parameter Type Description
const aLockText Boolean
const aHAlignment THFlxAlignment
const aVAlignment TVFlxAlignment
const aTextRotation TTextRotation

See also