Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFunctionInfo.DescriptionPtr Field

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

#Declaration

Delphi
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