Unit 'Masks' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

EMaskError.Code

Provides access to the mask exception code for the exception instance.

Declaration

Source position: masks.pas line 48

public property EMaskError.Code : TMaskExceptionCode
  read FCode;

Description

Code is a read-only TMaskExceptionCode property with the code for a mask exception class instance. The value in Code is passed as argument to the Create or CreateFmt constructors.


Version 4.4 Generated 2025-11-08 Home