DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.ReadSectionValues | Constructors | Fields | Methods | Properties
Read section values into a list.
Overrides TGIS_Config.ReadSectionValues.
// C# public override void ReadSectionValues( string _name, TStrings _list );
' VisualBasic Public Overrides Sub ReadSectionValues( ByVal _name As String, ByVal _list As TStrings )
// Oxygene public procedure ReadSectionValues( _name : String; _list : TGIS_Strings ); override;
Name | Type | Description |
---|---|---|
_name | string String | section name |
_list | TStrings TGIS_Strings | list to fill |