[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#lcl)

TCustomPropertyStorage.DoWriteInteger

Writes an Integer value as a String.

Declaration

Source position: propertystorage.pas line 136

protected procedure TCustomPropertyStorage.DoWriteInteger(

  const Section: string;

  const Ident: string;

  Value: Integer

); virtual;