TdxWizardControlHeader.Glyph Property
In This Article
Specifies the header image.
#Declaration
Delphi
property Glyph: TdxSmartGlyph read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to specify a standard bitmap image for the header. Use the GlyphVisibility property to switch the image visibility.
Changing the Glyph property sets the wchvGlyph flag within the AssignedValues property. Reset this flag to revert the changes made to the Glyph property.
See Also