如:
constructor TFormattedInteger.Create(AValue: Integer);
begin
  inherited Create;  FValue := AValue;
end;