Location: Symbol Reference > Structs, Records, Enums > TJwCopyFlag Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwCopyFlag Enumeration
Pascal
TJwCopyFlag = (
  cfCopyInstance,
  cfPointAtInstance
);
Members 
Description 
cfCopyInstance 
Copy the instance data into a newly created instance 
cfPointAtInstance 
use the given instance and simply add it to the list 

TJwCopyFlag defines the mechanism how an instance will be treated if added to a list. 

 

If you use this flag you must also include this source (with comment) at every implementation.

(*
 This const declaration prevents changing the type TJwCopyFlag
 without notice of this implementation. The compiler will
 show an error and source code must be adapted.
 This code will be removed by the optimizer
 *)
 const CopyFlagCheck : array[TJwCopyFlag] of byte = (0,1);
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!