-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathksComponents.inc
More file actions
52 lines (40 loc) · 1019 Bytes
/
Copy pathksComponents.inc
File metadata and controls
52 lines (40 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{$IFDEF VER290}
{$DEFINE XE8_OR_NEWER}
{$ENDIF}
{$IFDEF VER300}
{$DEFINE XE8_OR_NEWER}
{$DEFINE XE10_OR_NEWER}
{$ENDIF}
{$IFDEF VER310}
{$DEFINE XE8_OR_NEWER}
{$DEFINE XE10_OR_NEWER}
{$DEFINE XE10_1_OR_NEWER}
{$ENDIF}
{$IFDEF VER320}
{$DEFINE XE8_OR_NEWER}
{$DEFINE XE10_OR_NEWER}
{$DEFINE XE10_1_OR_NEWER}
{$DEFINE XE10_2_OR_NEWER}
{$ENDIF}
{$IFDEF VER330}
{$DEFINE XE8_OR_NEWER}
{$DEFINE XE10_OR_NEWER}
{$DEFINE XE10_1_OR_NEWER}
{$DEFINE XE10_2_OR_NEWER}
{$DEFINE XE10_3_OR_NEWER}
{$ENDIF}
{$IFDEF VER340}
{$DEFINE XE8_OR_NEWER}
{$DEFINE XE10_OR_NEWER}
{$DEFINE XE10_1_OR_NEWER}
{$DEFINE XE10_2_OR_NEWER}
{$DEFINE XE10_3_OR_NEWER}
{$DEFINE XE10_4_OR_NEWER}
{$ENDIF}
{ *** HTML SUPPORT - PLEASE READ ***
In order to use the HTML formatting within ksListView, you will need to have the
TMS Pack for FireMonkey installed.
You can get this from the following link...
http://www.tmssoftware.com/site/tmsfmxpack.asp
Once installed, simply uncomment the conditional define below }
{.$DEFINE USE_TMS_HTML_ENGINE}