Adds a new entry to the dataspace.
Source position: MUIClass.Base.pas line 324
public function TMUIDataspace.Add( |
Data: Pointer; |
Len: Integer; |
Id: LongWord |
):Boolean; |
Data |
|
Pointer to data |
Len |
|
Length of Data |
Id |
|
reference ID |
False on Failure (probably because of a memory shortage) or True on success.
If an entry with the same ID already exists, it will be replaced with the new entry.