company logo

PropertyHandle :: SearchText - Search string in property

This function performs a string search for a text property. If the property is not a text property (-> IsText()) the function returns AUTO (-1).

Return value:  Current position ( int32  )

Implementation details

int32 PropertyHandle  :: SearchText ( NString &cnstring, int32 curpos=0, logical case_opt=YES )
  • cnstring - String containing the text
  • curpos - Current position Default: 0
  • case_opt - Case sensitive

    The option indicates case sensitive data in text (YES)

    Default: YES