System.SyncObjs.TBitOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBitOffset = 0..31;

C++

typedef System::Int8 TBitOffset;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

Description

TBitOffset represents a set of Integer values.

TBitOffset represents a set of Integer values in the range from 0 through 31.