Unit 'RttiUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TPropsStorage.OnReadString

Read a string value from storage.

Declaration

Source position: rttiutils.pp line 123

public property TPropsStorage.OnReadString : TReadStrEvent
  read FOnReadString
  write FOnReadString;

Description

OnReadString is the event handler called whenever TPropsStorage needs to read a string from storage. It should be set whenever properties need to be loaded, or an exception will be raised.

See also

OnWriteString

  

Write a string value to storage.

OnEraseSection

  

Erase a section in storage.

TReadStrEvent

  

Callback to read strings from storage.


Documentation generated on: Jul 24 2023