System.TSize_T

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TSize_T = 0..-1;

Properties

Type Visibility Source Unit Parent
type public System.pas System System

Description

Equivalent type for size_t in C language.

Type size_t is a positive integer with sufficient range to hold the size of any object.

See Also