System.Variants.TInvokeableVariantType.FixupIdent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FixupIdent(const AText: string): string; virtual;

C++

virtual System::UnicodeString __fastcall FixupIdent(const System::UnicodeString AText);

Properties

Type Visibility Source Unit Parent
function protected
System.Variants.pas
System.Variants.hpp
System.Variants TInvokeableVariantType

Description

Fixes up dispatch identifier.

FixupIdent is called internally to determine the final fixup for the dispatch identifier. As defined in TInvokeableVariantType, this fixup consists of converting the identifier to all upper case.