Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIDataspace.Add

Adds a new entry to the dataspace.

Declaration

Source position: MUIClass.Base.pas line 324

public function TMUIDataspace.Add(

  Data: Pointer;

  Len: Integer;

  Id: LongWord

):Boolean;

Arguments

Data

  

Pointer to data

Len

  

Length of Data

Id

  

reference ID

Function result

False on Failure (probably because of a memory shortage) or True on success.

Description

If an entry with the same ID already exists, it will be replaced with the new entry.


Documentation generated on: 2024-04-16