Table of Contents

TDocumentCustomProperty.Create Method

Overloads

TDocumentCustomProperty.Create(string, string, Integer, string, TDocumentCustomPropertyType, string)

Creates a new instance of this object. Don't call this overload if PropType is Unknown, since in that case you also need to specify PropTypeStr

Syntax

Unit: FlexCel.Core

class function TDocumentCustomProperty.Create(const aName: string; const aFmtId: string; const aPId: Integer; const aLinkTarget: string; const aPropType: TDocumentCustomPropertyType; const aValue: string): TDocumentCustomProperty; static; overload;

Parameters

<-> Parameter Type Description
const aName string See Name.
const aFmtId string See FmtId.
const aPId Integer See PId.
const aLinkTarget string See LinkTarget.
const aPropType TDocumentCustom​Property​Type See PropType.
const aValue string See Value.

See also

TDocumentCustomProperty.Create(string, string, Integer, string, TDocumentCustomPropertyType, string, string)

Creates a new instance of this object. Call this overload if PropType is Unknown, since in that case you also need to specify PropTypeStr

Syntax

Unit: FlexCel.Core

class function TDocumentCustomProperty.Create(const aName: string; const aFmtId: string; const aPId: Integer; const aLinkTarget: string; const aPropType: TDocumentCustomPropertyType; const aValue: string; const aPropTypeStr: string): TDocumentCustomProperty; static; overload;

Parameters

<-> Parameter Type Description
const aName string See Name.
const aFmtId string See FmtId.
const aPId Integer See PId.
const aLinkTarget string See LinkTarget.
const aPropType TDocumentCustom​Property​Type See PropType.
const aValue string See Value.
const aPropTypeStr string See PropTypeStr.

See also