c++ Programming Glossary: gettagindex
Tag editor component for Delphi/C++Builder http://stackoverflow.com/questions/12597678/tag-editor-component-for-delphi-cbuilder Forms Graphics Types Menus type TClickInfo cardinal GetTagIndex word const TAG_LOW 0 const TAG_HIGH MAXWORD 2 const EDITOR MAXWORD.. Y Integer begin FMouseDownClickInfo GetClickInfoAt X Y if GetTagIndex FMouseDownClickInfo EDITOR then SetFocus end procedure TTagEditor.CreateCaret.. begin inherited if IsKeyDown VK_LBUTTON and InRange GetTagIndex FMouseDownClickInfo TAG_LOW TAG_HIGH then begin FDragging true..
|