Class TCapUserControl

Unit

Declaration

type TCapUserControl = class(TObject)

Description

Hierarchy

Overview

Fields

Public DSS: TDSSContext;
Public FEdit: Procedure(s:pAnsichar; Maxlen:Cardinal); Stdcall;

Methods

Public Procedure Select;
Public Procedure UpdateModel;
Public Procedure DoPending(Const Code, ProxyHdl:integer);
Public Procedure Sample;
Public constructor Create(dssContext: TDSSContext);
Public destructor Destroy; override;

Properties

Public property Name: String read Fname write Set_Name;
Public property Edit: String write Set_Edit;
Public property Exists: Boolean read Get_Exists;

Description

Fields

Public DSS: TDSSContext;
 
Public FEdit: Procedure(s:pAnsichar; Maxlen:Cardinal); Stdcall;
 

Methods

Public Procedure Select;

send string to user model to handle

Public Procedure UpdateModel;
 
Public Procedure DoPending(Const Code, ProxyHdl:integer);
 
Public Procedure Sample;
 
Public constructor Create(dssContext: TDSSContext);
 
Public destructor Destroy; override;
 

Properties

Public 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

Public property Edit: String write Set_Edit;
 
Public property Exists: Boolean read Get_Exists;
 

Generated by PasDoc 0.16.0.