Componentes.Terceros.DevExp.../official/x.19/ExpressQuantumTreeList 4/Demos/Delphi/UnboundModeDemo/UnboundModeDemoData.pas

28 lines
495 B
ObjectPascal
Raw Normal View History

unit UnboundModeDemoData;
interface
uses
SysUtils, Classes, Forms, cxClasses, cxStyles, cxTL;
type
TUnboundModeDemoDataDM = class(TDataModule)
StyleRepository: TcxStyleRepository;
stlGroupNode: TcxStyle;
stlFixedBand: TcxStyle;
cxTreeListStyleSheet1: TcxTreeListStyleSheet;
private
{ Private declarations }
public
{ Public declarations }
end;
var
UnboundModeDemoDataDM: TUnboundModeDemoDataDM;
implementation
{$R *.dfm}
end.