| ByteOrder and
          UnicodeByteOrder read/write properties Specifies
          the byte order flags for the numeric (ByteOrder) and UNICODE text (UnicodeByteOrder)
          values read/written through the filter. 
        Syntax:
        
          object.ByteOrder = flags 
          flags = object.ByteOrder 
         
        Parameters:
          
            See SFMain.SysByteOrder for
            details about the byte ordering features. 
           
        Remarks:
        
          The ByteOrder property affects all the operations that read or
          write data from/to the internal filter's buffer. The UnicodeByteOrder
          affects the string values if the unicodeText property is set to True. 
         
        Applies to:  SFFilter object 
          Supported on: 
          
            Windows 95/NT and later 
            Windows CE 3.0 and later 
            Pocket PC/Windows Mobile 2003 and later 
            Windows CE.NET 4 and later 
           
          
         |