Vcl.OleCtrls.TEnumPropDesc

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEnumPropDesc

Delphi

TEnumPropDesc = class

C++

class PASCALIMPLEMENTATION TEnumPropDesc : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls Vcl.OleCtrls

Description

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

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.

See Also