[inline]
Return the entry indexed by key, or return NULL if the key does not exist.
Reimplemented from FX::FXDict.
Definition at line 63 of file FXStringDict.h.
References FX::FXDict::find().
00063 { return (const FXchar*)FXDict::find(ky); }