record TPlatformAvailability

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPlatformAvailability = record

Description

Describes the availability of a given entity on particular platforms, e.g., a particular class might only be available on Mac OS 10.7 or newer.

Overview

Fields

AlwaysDeprecated: Boolean;
DeprecatedMessage: String;
AlwaysUnavailable: Boolean;
UnavailableMessage: String;
Platforms: array of record Name: String; Introduced: TVersion; DeprecatedVersion: TVersion; ObsoletedVersion: TVersion; Unavailable: Boolean; Message: String; end;

Description

Fields

AlwaysDeprecated: Boolean;

Whether the entity is deprecated on all platforms.

DeprecatedMessage: String;

The message text provided along with the unconditional deprecation of this entity.

AlwaysUnavailable: Boolean;

Whether the entity is unavailable on all platforms.

UnavailableMessage: String;

The message text provided along with the unconditional unavailability of this entity.

Platforms: array of record Name: String; Introduced: TVersion; DeprecatedVersion: TVersion; ObsoletedVersion: TVersion; Unavailable: Boolean; Message: String; end;

Platform-specific availability


Generated by PasDocEx, based on PasDoc 0.14.0.