[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syshelph.inc line 1210
type TLongIntHelper = type helper |
default |
const |
MaxValue = High(LongInt) |
MinValue = Low(LongInt) |
MaxBit = High(TLongIntBitIndex) |
MinBit = Low(TLongIntBitIndex) |
MaxNibble = High(TLongIntNibbleIndex) |
MinNibble = Low(TLongIntNibbleIndex) |
MaxByte = High(TLongIntByteIndex) |
MinByte = Low(TLongIntByteIndex) |
MaxWord = High(TLongIntWordIndex) |
MinWord = Low(TLongIntWordIndex) |
public |
class function Size; |
class function ToString(); |
class function Parse(); |
class function TryParse(); |
function ToBoolean; |
function ToDouble; |
function ToExtended; |
function ToBinString; |
function ToHexString(); |
function ToSingle; |
function SetBit(); |
function ClearBit(); |
function ToggleBit(); |
function TestBit(); |
procedure Clear; |
function HighestSetBitPos; |
function LowestSetBitPos; |
function SetBitsCount; |
property Bits []: Boolean; [rw] |
end; |