System.Generics.Defaults._LookupVtableInfo
Delphi
function _LookupVtableInfo(intf: TDefaultGenericInterface; info: PTypeInfo; size: NativeInt): Pointer;
C++
extern DELPHI_PACKAGE void * __fastcall _LookupVtableInfo(TDefaultGenericInterface intf, System::Typinfo::PTypeInfo info, System::NativeInt size);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.Generics.Defaults.pas System.Generics.Defaults.hpp  | 
        System.Generics.Defaults | System.Generics.Defaults | 
説明
_LookupVtableInfo は内部的に使用されます。
_LookupVtableInfo ルーチンは内部的に使用されるものなので、アプリケーションでは使用しないでください。