Unit 'uib' Package
[Overview][Types][Classes][Index] [#pl_uib]

TUIBService

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uib.pas line 945

type TUIBService = class(TUIBComponent)

protected

  FLibrary: TUIBLibrary;

  

  FHandle: IscSvcHandle;

  

  procedure BeginService; virtual;

  

  procedure EndService; virtual;

  

  function CreateParam();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property UserName: string; [rw]

  

  property PassWord: string; [rw]

  

  property Host: string; [rw]

  

  property Protocol: TUIBProtocol; [rw]

  

  property LibraryName: string; [rw]

  

end;

Inheritance

TUIBService

  

|

TUIBComponent

  

|

TObject



CT Web help

CodeTyphon Studio