Default properties

<< Click to Display Table of Contents >>

Navigation:  Using Delphi classes and functions >

Default properties

For Delphi versions with extended RTTI support (2010+) default properties are determined automatically.

Simply call them with standard syntax:

 

StringList[i] := 'abc';