TIniProperty
An ini property, with a name and value.
Methods
Method GetName:String()
Returns the name of the property.
Method SetName(name:String)
Sets the name the property.
Method GetValue:String()
Returns the value for the property
Method SetValue(value:String)
Sets the value for the property
Method Remove()
Removes the property from its section.