Class TCapUserControl
Unit
Declaration
type TCapUserControl = class(TObject)
Description
Hierarchy
- TObject
- TCapUserControl
Overview
Fields
DSS: TDSSContext; |
|
FEdit: Procedure(s:pAnsichar; Maxlen:Cardinal); Stdcall; |
Methods
Procedure Select; |
|
Procedure UpdateModel; |
|
Procedure DoPending(Const Code, ProxyHdl:integer); |
|
Procedure Sample; |
|
constructor Create(dssContext: TDSSContext); |
|
destructor Destroy; override; |
Properties
property Name: String read Fname write Set_Name; |
|
property Edit: String write Set_Edit; |
|
property Exists: Boolean read Get_Exists; |
Description
Fields
DSS: TDSSContext; |
|
FEdit: Procedure(s:pAnsichar; Maxlen:Cardinal); Stdcall; |
|
Methods
Procedure Select; |
|
send string to user model to handle |
Procedure UpdateModel; |
|
Procedure DoPending(Const Code, ProxyHdl:integer); |
|
Procedure Sample; |
|
constructor Create(dssContext: TDSSContext); |
|
destructor Destroy; override; |
|
Properties
property Name: String read Fname write Set_Name; |
|
this property loads library (if needed), sets the procedure variables, and makes a new instance old reference is freed first Wide string OK here |
property Edit: String write Set_Edit; |
|
property Exists: Boolean read Get_Exists; |
|
Generated by PasDoc 0.16.0.