System.Generics.Defaults._LookupVtableInfo

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function _LookupVtableInfo(intf: TDefaultGenericInterface; info: PTypeInfo; size: Integer): Pointer;

C++

extern DELPHI_PACKAGE void * __fastcall _LookupVtableInfo(TDefaultGenericInterface intf, System::Typinfo::PTypeInfo info, int size);

プロパティ

種類 可視性 ソース ユニット
function public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults System.Generics.Defaults


説明

_LookupVtableInfo は内部的に使用されます。

_LookupVtableInfo ルーチンは内部的に使用されるものなので、アプリケーションでは使用しないでください。

関連項目