Unit CalcFld

Classes

TCustomAutoCalcFloatField - CustomAutoCalcFloatField: TField that converts the data shown and stored.

Functions

Register - Property to keep Calculated readonly at designtime: type TSICalculatedProperty = class(TEnumProperty) public function GetAttributes: TPropertyAttributes; override; procedure SetValue(const Value: string); override; end; function TSICalculatedProperty.

Types

Constants

Variables


Functions


procedure Register;

Property to keep Calculated readonly at designtime: type TSICalculatedProperty = class(TEnumProperty) public function GetAttributes: TPropertyAttributes; override; procedure SetValue(const Value: string); override; end; function TSICalculatedProperty.GetAttributes: TPropertyAttributes; begin Result := [paReadOnly]; end; procedure TSICalculatedProperty.SetValue(const Value: string); begin { ignore } end;

Types


Constants


Variables