RAD Studio
ContentsIndex
PreviousUpNext
Creating a Class to Enable the Custom Variant Type

Custom variants work by using a special helper class that indicates how variants of the custom type can perform standard operations. You create this helper class by writing a descendant of TCustomVariantType. This involves overriding the appropriate virtual methods of TCustomVariantType

The following topics provide details on how to implement and use a TCustomVariantType descendant:

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