RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEnumPropDesc Class

TEnumPropDesc provides the mapping between strings used to name the values of a property in an OLE control object and the values themselves.

Pascal
TEnumPropDesc = class;
C++
class TEnumPropDesc;

Use TEnumPropDesc to interpret the strings used by an OLE control object to represent the values of one of its properties. TEnumPropDesc can provide a list of possible value strings to a callback function, or map between the string names of property values and the values themselves. TEnumPropDesc objects are made available through the GetEnumPropDesc method of an OLE control object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!