| [Previous][Up][Next] | 
Functions to set or set a property's value.
| Name | Description | 
|---|---|
| GetEnumProp | Return the value of an enumerated type property | 
| GetFloatProp | Return the value of a float property | 
| GetInt64Prop | Return the value of an Int64 property | 
| GetMethodProp | Return the value of a procedural type property | 
| GetObjectProp | Return the value of an object property | 
| GetOrdProp | Return the value of an ordinal type property | 
| GetPropValue | Return the value of a property as a variant | 
| GetSetProp | Return the value of a set property | 
| GetStrProp | Return the value of a string property | 
| GetWideStrProp | Return the value of a widestring property | 
| GetVariantProp | Return the value of a variant property | 
| SetEnumProp | Set the value of an enumerated type property | 
| SetFloatProp | Set the value of a float property | 
| SetInt64Prop | Set the value of an Int64 property | 
| SetMethodProp | Set the value of a procedural type property | 
| SetObjectProp | Set the value of an object property | 
| SetOrdProp | Set the value of an ordinal type property | 
| SetPropValue | Set the value of a property trhough a variant | 
| SetSetProp | Set the value of a set property | 
| SetStrProp | Set the value of a string property | 
| SetWideStrProp | Set the value of a widestring property | 
| SetVariantProp | Set the value of a variant property |