TTomlTable
A TOML table.
Operators
Method Operator [] :ITomlNode(key:String)
Returns the node for the given key, or Null if none exists.
Methods
Method Add(key:String, node:ITomlNode)
Adds a node with the key key.
Method Keys:TStringMapEnumerator()
Returns an enumeration of the table keys.