Vcl.Controls.TCustomLongData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TCustomLongData = Integer;

C++

typedef NativeInt TCustomLongData _DEPRECATED_ATTRIBUTE1("Use THelpEventData, TListBoxItemData or NativeInt") ;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Warning: TCustomLongData is deprecated. Please use THelpEventData, TListBoxItemData or NativeInt.

TCustomLongData is an alias to a Longint.

The TCustomLongData type is an alias to a Longint. TCustomLongData is used for source compatibility in .Net.

TCustomLongData is an internal type.

See Also