File: u_splitcontainer_explorer.sru
Size: 820
Date: Mon, 07 Apr 2008 21:32:49 +0200
$PBExportHeader$u_splitcontainer_explorer.sru
$PBExportComments$Explorer split container
forward
global type u_splitcontainer_explorer from u_splitcontainer
end type
end forward

global type u_splitcontainer_explorer from u_splitcontainer
end type
global u_splitcontainer_explorer u_splitcontainer_explorer

type variables
Protected:

n_explorer inv_explorer
end variables
forward prototypes
public subroutine of_setexplorer (n_explorer anv_explorer)
end prototypes

public subroutine of_setexplorer (n_explorer anv_explorer);inv_explorer = anv_explorer
end subroutine

on u_splitcontainer_explorer.create
call super::create
end on

on u_splitcontainer_explorer.destroy
call super::destroy
end on

type st_label from u_splitcontainer`st_label within u_splitcontainer_explorer
end type