c++ Programming Glossary: fwidths
Tag editor component for Delphi/C++Builder http://stackoverflow.com/questions/12597678/tag-editor-component-for-delphi-cbuilder TColor FSpacing integer FTextColor TColor FLefts FRights FWidths FTops FBottoms array of integer FCloseBtnLefts FCloseBtnTops.. if SepIndex FTags.Count then SetCaretPos FLefts SepIndex 1 FWidths SepIndex 1 FSpacing div 2 FTops SepIndex 1 else SetCaretPos.. FTops FTags.Count SetLength FBottoms FTags.Count SetLength FWidths FTags.Count SetLength FCloseBtnLefts FTags.Count SetLength FCloseBtnTops..
|