Class TACRegistryString (unit AcRegistry) |
Inherits from
TComponent
constructor Create(AOWner:TComponent);
- Public declarations
*****************************************************************************
* Create *
function getStrValue:string;
*****************************************************************************
* getStrValue *
procedure setKey(txt:String);
*****************************************************************************
* setRoot *
procedure setRoot(v1:TACRegSet);
*****************************************************************************
* setRoot *
procedure setStrValue(txt:String);
procedure split(txt:string;var txt1,txt2,txt3,txt4,txt5:string);*****************************************************************************
* setStrValue *
property KeyName : String
property Root : TACRegSet
Published declarations
property StrValue : String
property ValueName : String
WriteEnabled : Boolean;
Protected declarations
FKeyName : String;
Parametro
FRoot : TACRegSet;
Private declarations
FStrValue : String;
FValueName : String;
constructor Create(AOWner:TComponent);
Public declarations
*****************************************************************************
* Create *
function getStrValue:string;
*****************************************************************************
* getStrValue *
procedure setKey(txt:String);
*****************************************************************************
* setRoot *
procedure setRoot(v1:TACRegSet);
*****************************************************************************
* setRoot *
procedure setStrValue(txt:String);
procedure split(txt:string;var txt1,txt2,txt3,txt4,txt5:string);
*****************************************************************************
* setStrValue *
property KeyName : String
property Root : TACRegSet
Published declarations
property StrValue : String
property ValueName : String
WriteEnabled : Boolean;
Protected declarations
FKeyName : String;
Parametro
FRoot : TACRegSet;
Private declarations
FStrValue : String;
FValueName : String;