API:System.TCallDesc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TCallDesc = packed record

C++

struct DECLSPEC_DRECORD TCallDesc
{
public:
    Byte CallType;
    Byte ArgCount;
    Byte NamedArgCount;
    System::StaticArray<Byte, 256> ArgTypes;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !