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.AvailableInContainerControls Field

Specifies if the function signature is available for use in a container control.

#Declaration

Delphi
AvailableInContainerControls: Boolean

#Field Value

Type
Boolean

#Remarks

This field value defines if the “Expression Editor“ dialog lists this function under the corresponding category. The AvailableInContainerControls field must contain False if the function implementation does not support calculated field expressions, that is, accepts or returns value ranges).

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

See Also