[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Maps' (#lazutils)

TLockedMapModifyException

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when a modification is made to a locked Map.

Declaration

Source position: maps.pp line 87

type TLockedMapModifyException = class(Exception)

public

  constructor Create;

  

Constructor for the class instance.

end;

Inheritance

TLockedMapModifyException

  

Exception raised when a modification is made to a locked Map.

|

Exception

|

TObject

See also

TBaseMap

  

Implements the base class for a map for unique IDs to arbitrary data.


Version 3.2 Generated 2024-02-25 Home