Unit 'PropertyStorage' Package
[Overview][Types][Classes][Index] [#lcl]

TCustomPropertyStorage.DoWriteInteger

Writes an Integer value as a String.

Declaration

Source position: propertystorage.pas line 141

protected procedure TCustomPropertyStorage.DoWriteInteger(

  const Section: string;

  const Ident: string;

  Value: Integer

); virtual;