RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokeableVariantType.FixupIdent Method

Fixes up dispatch identifier.

Pascal
function FixupIdent(const AText: string): string; virtual;
C++
virtual __fastcall AnsiString FixupIdent(const AnsiString AText);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!