Skip to main content

TdxSpreadSheetFunctionInfo.AvailableInContainerControls Field

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

Declaration

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