Classes.TComponent.GetTypeInfo
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
function GetTypeInfo(Index: Integer; LocaleID: Integer; out TypeInfo): HRESULT;
Unit: Classes
Type: method
Visibility: protected
Member Of: TComponent
C++ Information
From Classes.hpp
long __fastcall GetTypeInfo(int Index, int LocaleID, void * TypeInfo);
Unit: Classes
Type: method
Visibility: protected
Member Of: TComponent
Description
Retrieves the type information for an object.
GetTypeInfo implements the IDispatch interface GetTypeInfo method. For components that support interfaces, GetTypeInfo calls the GetTypeInfo method for the interface supported by the component, passing it the specified parameters. Use the returned value to get the type information for an interface implemented by the component.