Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:RemoveAt

370     FX_BOOL			RemoveAt(int nIndex, int nCount);
522 FX_BOOL RemoveAt(int nIndex, int nCount = 1)
524 return CFX_BasicArray::RemoveAt(nIndex, nCount);
651 void RemoveAt(int index)
655 CFX_BasicArray::RemoveAt(index, 1);
1094 void RemoveAt(FX_POSITION pos);