Classe TFileOptions

Unit

Declaração

type TFileOptions = class(TPersistent)

Descrição

Hierarquia

Visão Geral

Métodos

Public Procedure Assign(Source : TPersistent); Override;
Public Constructor Create;

Propriedades

Published property HeaderFields : Boolean Read vHeaderFields Write vHeaderFields;
Published property RewriteFile : Boolean Read vRewriteFile Write vRewriteFile;
Published property ISODateTimeFormat : Boolean Read vISODateTimeFormat Write vISODateTimeFormat;
Published property IgnoreBlobs : Boolean Read vIgnoreBlobs Write vIgnoreBlobs;
Published property BlobsFiles : Boolean Read vBlobsFiles Write vBlobsFiles;
Published property WriteHeader : Boolean Read vWriteHeader Write vWriteHeader;
Published property OnlyCustomFields : Boolean Read vOnlyCustomFields Write vOnlyCustomFields;
Published property Delimiter : Char Read vSeparator Write vSeparator;
Published property HeaderTag : String Read vHeaderTag Write vHeaderTag;
Published property LineTag : String Read vLineTag Write vLineTag;
Published property TagFile : String Read vTagFile Write vTagFile;
Published property ReplaceSeparator : String Read vReplaceSeparator Write vReplaceSeparator;
Published property FileType : TFileType Read vFileType Write vFileType;
Published property Tablename : String Read vTablename Write vTablename;
Published property FileName : String Read vFileName Write vFileName;
Published property Encoding : TEncodeSelect Read vEncoding Write SetEncoding;
Published property Utf8SpecialChars : Boolean Read vUtf8SpecialChars Write vUtf8SpecialChars;
Published property DatabaseCharSet : TDatabaseCharSet Read vDatabaseCharSet Write vDatabaseCharSet;

Descrição

Métodos

Public Procedure Assign(Source : TPersistent); Override;
 
Public Constructor Create;
 

Propriedades

Published property HeaderFields : Boolean Read vHeaderFields Write vHeaderFields;
 
Published property RewriteFile : Boolean Read vRewriteFile Write vRewriteFile;
 
Published property ISODateTimeFormat : Boolean Read vISODateTimeFormat Write vISODateTimeFormat;
 
Published property IgnoreBlobs : Boolean Read vIgnoreBlobs Write vIgnoreBlobs;
 
Published property BlobsFiles : Boolean Read vBlobsFiles Write vBlobsFiles;
 
Published property WriteHeader : Boolean Read vWriteHeader Write vWriteHeader;
 
Published property OnlyCustomFields : Boolean Read vOnlyCustomFields Write vOnlyCustomFields;
 
Published property Delimiter : Char Read vSeparator Write vSeparator;
 
Published property HeaderTag : String Read vHeaderTag Write vHeaderTag;
 
Published property LineTag : String Read vLineTag Write vLineTag;
 
Published property TagFile : String Read vTagFile Write vTagFile;
 
Published property ReplaceSeparator : String Read vReplaceSeparator Write vReplaceSeparator;
 
Published property FileType : TFileType Read vFileType Write vFileType;
 
Published property Tablename : String Read vTablename Write vTablename;
 
Published property FileName : String Read vFileName Write vFileName;
 
Published property Encoding : TEncodeSelect Read vEncoding Write SetEncoding;
 
Published property Utf8SpecialChars : Boolean Read vUtf8SpecialChars Write vUtf8SpecialChars;
 
Published property DatabaseCharSet : TDatabaseCharSet Read vDatabaseCharSet Write vDatabaseCharSet;
 

Gerado por PasDoc 0.16.0.