indexing description: "Format flags for feature format of class WEL_HD_ITEM." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_HDF_CONSTANTS feature -- Access hdf_bitmap: INTEGER -- The item displays a bitmap. hdf_center: INTEGER -- Centers the contents of the item. hdf_justify_mask: INTEGER -- You can use this mask to isolate the text justification -- portion of the fmt member. hdf_left: INTEGER -- Left aligns the contents of the item. hdf_owner_draw: INTEGER -- The owner window of the header control draws the item. hdf_right: INTEGER -- Right aligns the contents of the item. hdf_rtl_reading: INTEGER -- In addition, on Hebrew or Arabic systems you can specify this flag -- to display text using right-to-left reading order. hdf_string: INTEGER -- The item displays a string. invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_HDF_CONSTANTS