JCL Help:TJclPropSpecKind
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPropSpecKind Enumeration
Search in JCL Help
Search in all projects
Summary
Property access specifier kind.
Pascal
public TJclPropSpecKind = (
pskNone,
pskStaticMethod,
pskVirtualMethod,
pskField,
pskConstant
);
Members
Members | Description |
pskNone | Specifier does not exist. |
pskStaticMethod | Specifier uses a static method. The specifier value holds the address of the method. |
pskVirtualMethod | Specifier uses a virtual method. The specifier value holds the VMT slot of the method. |
pskField | Specifier uses a field. The specifier value holds the offset (relative to the start of the instance) to the field. |
pskConstant | Specifier uses a constant. The specifier value holds the constant. Note that constants are used for the stored specifier only. |
Description
TJclPropSpecKind is the access specifier kind for the read, write or stored specifier of a given property.
About
Unit
no pages or subcategories
Donator
Marcel Bestebroer
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page