| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > LocatorClass > LocatorClass Properties >====== NoCase (case sensitivity flag) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[freeelement the locator s first free key element .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[viewmanager the locator s viewmanager object .htm|{{btn_next_n.gif|Next page}}]] | | || | | **NoCase** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **NoCase **property determines whether the LocatorClass object performs case sensitive searches or case insensitive searches. The Init method sets the value of the NoCase property. **Implementation:** If NoCase contains a non-zero value, the search is not case sensitive. That is, searches for "Tx," "tx," or "TX" all produce the same result. If NoCase contains a value of zero (0), the search is case sensitive. **See Also:     **[[init initialize the locatorclass object .htm|Init]]