record TToken

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TToken = record

Description

Describes a single preprocessing token.

Overview

Properties

property Kind: TTokenKind read GetKind;
property Handle: TCXToken read FHandle;

Description

Properties

property Kind: TTokenKind read GetKind;

The kind of the given token.

property Handle: TCXToken read FHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.