c++ Programming Glossary: ftags.count
Tag editor component for Delphi/C++Builder http://stackoverflow.com/questions/12597678/tag-editor-component-for-delphi-cbuilder end WM_PASTE begin if Clipboard.HasFormat CF_TEXT then if FTags.Count 0 then FTags.DelimitedText Clipboard.AsText else FTags.DelimitedText.. ShowEditor Key #0 end VK_BACK begin if FEdit.Text '' and FTags.Count 0 then begin FTags.Delete FTags.Count 1 if Assigned FTagRemoved.. if FEdit.Text '' and FTags.Count 0 then begin FTags.Delete FTags.Count 1 if Assigned FTagRemoved then FTagRemoved Sender end end VK_ESCAPE..
|