c++ Programming Glossary: flefts
Tag editor component for Delphi/C++Builder http://stackoverflow.com/questions/12597678/tag-editor-component-for-delphi-cbuilder FTagBorderColor TColor FSpacing integer FTextColor TColor FLefts FRights FWidths FTops FBottoms array of integer FCloseBtnLefts.. then Exit EDITOR for i 0 to FTags.Count 1 do if InRange X FLefts i FRights i and InRange Y FTops i FBottoms i then begin result.. CreateCaret if SepIndex FTags.Count then SetCaretPos FLefts SepIndex 1 FWidths SepIndex 1 FSpacing div 2 FTops SepIndex..
|