[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#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.0 Generated 2025-05-03 Home