phoenix_title wx.propgrid.PGPropValFormatFlags

The PGPropValFormatFlags enumeration provides the following values:

Description

Value

Null

No flags.

FullValue

Get/Store full value instead of displayed value.

ReportError

Perform special action in case of unsuccessful conversion.

PropertySpecific

EditableValue

Get/Store editable value instead of displayed one (should only be different in the case of common values).

CompositeFragment

Used when dealing with fragments of composite string value.

UneditableCompositeFragment

Means property for which final string value is for cannot really be edited.

ValueIsCurrent

wx.propgrid.PGProperty.ValueToString called from wx.propgrid.PGProperty.GetValueAsString (guarantees that input Variant value is current own value)

ProgrammaticValue

Value is being set programmatically (i.e.