Controls which function packages (TUserPackage component) the inference engine should load by default
Namespace: InferenceEngine
Delphi |
published |
Property Value
Type: TFunctionPackages
Default = [pStandard, pPredicate, pMath, pMiscellaneous, pString, pObject, pTrigonometry, pBusiness, pFuzzyLogic]
Note that Vcl-specific and FMX-specific functions can never be loaded by default. You need to drop a TIEVclPackage or TIEFMXPackage onto your form and connect it to the engine. |
Reference |