API:System.TypInfo.TOrdType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOrdType = (otSByte, otUByte, otSWord, otUWord, otSLong, otULong);

C++

enum DECLSPEC_DENUM TOrdType : unsigned char { otSByte, otUByte, otSWord, otUWord, otSLong, otULong };

Properties

Type Visibility Source Unit Parent
enum public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

Embarcadero Technologies does not currently have any additional information.