Description | Hierarchy | Fields | Methods | Properties |
type TOperatorArgumentDefinition = class(TObject)
TOperatorArgumentDefinition
is used to define valid argument types for an operator. and to store data required to create an instance of a TOperator.
![]() |
FirstArgumentType: TRbwDataType; |
![]() |
SecondArgumentType: TRbwDataType; |
![]() |
OperatorClass: TOperatorClass; |
![]() |
FunctionClass: TFunctionClass; |
![]() |
CreationMethod: TCreationMethod; |
![]() |
FirstArgumentType: TRbwDataType; |
|
![]() |
SecondArgumentType: TRbwDataType; |
|
![]() |
OperatorClass: TOperatorClass; |
|
![]() |
FunctionClass: TFunctionClass; |
|
![]() |
CreationMethod: TCreationMethod; |
See TCreationMethod. |