User Tools

Site Tools


rttk:marshal:define_options

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rttk:marshal:define_options [2021/05/03 11:01] – [MARSHALNODEBUG] wikiadminrttk:marshal:define_options [2021/10/19 11:58] (current) – [MARSHALNODEBUG] wikiadmin
Line 1: Line 1:
-====== Configuring Marshal Optional components ======+====== Configuring Marshal Options======
  
-Marshal can be configured using an include file __SERTTKDEFS.inc__  .  To enable an option make sure the line is set to $DEFINE.  To disable an option set the line to $UNDEFINE +===== Options in Caddie ===== 
 +Caddie has GUI screens to configure the following options.  To access the options choose File --> Settings.  In the tree navigation you will find links.
  
-===== MARSHALNODEBUG =====+==== Inspectors ==== 
 +For each inspector in the list use the check mark to enable / disable as needed.\\ <fc #ff0000>  After changing these options it is necessary to build your project in Delphi to ensure that changes are compiled.</fc>\\ 
 +{{:rttk:marshal:config:cfg_inspectors.png?400|}}
  
-{$DEFINE MARSHALNODEBUG}+==== Compile Defines ==== 
 +Use this list to customize the items that are defined at compile time. Add using the add button.  Disable / enable using the check marks of each item.  Clicking on the item allows you to rename or delete the item.\\ <fc #ff0000>  After changing these options it is necessary to build your project in Delphi to ensure that changes are compiled.</fc>\\ {{:rttk:marshal:config:cfg_defines.png|}}
  
-This controls if you are able to see the Marshal form within the marshal session. If you want to inspect marshal then change this setting to undefine 
  
-===== DATASETTRANSFORM =====+===== Defines in SERTTKDEFS.inc ===== 
 +Marshal can be configured using an include file __<fc #800000>SERTTKDEFS.inc</fc>__  .  The file is located in the source code directory and is delivered as part of each update.\\ <fc #ff0000>  After changing these options it is necessary to build your project in Delphi to ensure that changes are compiled.</fc> 
 + 
 +==== MARSHALNODEBUG ==== 
 +This controls if you are able to see the Marshal form within the Marshal session. If you want to inspect Marshal then change this setting to undefine.\\ 
 +Debugging Disabled\\ 
 +<code pascal>{$DEFINE MARSHALNODEBUG}</code> 
 +Debugging Enabled\\ 
 +<code pascal>{$UNDEF MARSHALNODEBUG}</code> 
  
-{$DEFINE DATASETTRANSFORM} 
rttk/marshal/define_options.1620039695.txt.gz · Last modified: 2021/05/03 11:01 by wikiadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki