Class IStatus

Unit

Declaration

type IStatus = class(IDisposable)

Description

This item has no description.

Hierarchy

Overview

Fields

Public nested const VERSION = 10;
Public nested const STATE_WARNINGS = Cardinal(1);
Public nested const STATE_ERRORS = Cardinal(2);
Public nested const RESULT_ERROR = Integer(-1);
Public nested const RESULT_OK = Integer(0);
Public nested const RESULT_NO_DATA = Integer(1);
Public nested const RESULT_SEGMENT = Integer(2);

Methods

Public procedure init();
Public function getState(): Cardinal;
Public procedure setErrors2(length: Cardinal; value: NativeIntPtr);
Public procedure setWarnings2(length: Cardinal; value: NativeIntPtr);
Public procedure setErrors(value: NativeIntPtr);
Public procedure setWarnings(value: NativeIntPtr);
Public function getErrors(): NativeIntPtr;
Public function getWarnings(): NativeIntPtr;
Public function clone(): IStatus;

Description

Fields

Public nested const VERSION = 10;

This item has no description.

Public nested const STATE_WARNINGS = Cardinal(1);

This item has no description.

Public nested const STATE_ERRORS = Cardinal(2);

This item has no description.

Public nested const RESULT_ERROR = Integer(-1);

This item has no description.

Public nested const RESULT_OK = Integer(0);

This item has no description.

Public nested const RESULT_NO_DATA = Integer(1);

This item has no description.

Public nested const RESULT_SEGMENT = Integer(2);

This item has no description.

Methods

Public procedure init();

This item has no description.

Public function getState(): Cardinal;

This item has no description.

Public procedure setErrors2(length: Cardinal; value: NativeIntPtr);

This item has no description.

Public procedure setWarnings2(length: Cardinal; value: NativeIntPtr);

This item has no description.

Public procedure setErrors(value: NativeIntPtr);

This item has no description.

Public procedure setWarnings(value: NativeIntPtr);

This item has no description.

Public function getErrors(): NativeIntPtr;

This item has no description.

Public function getWarnings(): NativeIntPtr;

This item has no description.

Public function clone(): IStatus;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.