Version 1.0 beta released. Use the Issues page to report bugs or send them directly to lasse@bonecode.com.
- Json Data Objects (included)
- Delphi versions from XE4 to XE8 are supported.
Eric Grange has made a Delphi XE backport: https://bitbucket.org/egrange/tbceditorxe
| Define | Description |
|---|---|
| USE_ALPHASKINS | Use AlphaSkins. AlphaSkins are most powerful theming solutions for apps developed in Delphi. |
| USE_VCL_STYLES | Use VCL styles. A set of graphical details that define the look and feel of a VCL application. |
with Editor do
begin
{ Load highlighter from file }
Highlighter.LoadFromFile('JSON.json');
{ Load color from file }
Highlighter.Colors.LoadFromFile('Default.json');
{ Load a file into editor }
LoadFromFile(GetHighlighterFileName('JSON.json'));
...
{ Set editor lines }
ClearCodeFolding;
Lines.Text := Highlighter.Info.General.Sample;
InitCodeFolding;
end;
TBCEditor Control Demo v1.0b.
The latest update: 15.05.2015 21:39, UTC+02:00