Skip to main content

TdxSpreadSheetFunctionInfo.DescriptionPtr Field

Stores a pointer to the resource string that contains the function’s short description.

Declaration

DescriptionPtr: TcxResourceStringID

Field Value

Type
TcxResourceStringID

Remarks

This field value defines the function’s localizable short description designed for display in UI elements at runtime, such as the “Element description” box of the “Expression Editor“ dialog, the Formula Bar control’s AutoComplete hints, etc.

{Image}

The TdxSpreadSheetFunctionsRepository.Add procedure uses the ADescription parameter value to initialize the DescriptionPtr field of a newly created function signature.

Note

This field is optional. The function has no short description if the DescriptionPtr field stores nil.

See Also