[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#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;

Arguments

Section

  

Section where the value for the specified identifier is stored.

Ident

  

Name for the value stored in the specified section.

Value

  

The value (Integer) for the identifier written in the method.


Version 4.0 Generated 2025-05-03 Home