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

TPropsStorage.StoreProperties

Store a list of properties.

Declaration

Source position: rttiutils.pp line 115

public procedure TPropsStorage.StoreProperties(

  PropList: TStrings

);

Arguments

PropList

  

List with names of properties to store.

Description

StoreProperties stores the values of all properties in PropList in the storage mechanism. The list should contain names of published properties of the AObject object.

Errors

If an invalid property name is specified, an exception will be raised.

See also

AObject

  

Object to load or store properties from.

StoreAnyProperty

  

Store a property value.

LoadProperties

  

Load a list of properties.

LoadAnyProperty

  

Load a property value.


Documentation generated on: Jul 24 2023