Home
last modified time | relevance | path

Searched refs:TabObject (Results 1 – 7 of 7) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_tabs_as_pagecontrol/
H A Dunit1.pas66 d.TabObject:= f1;
68 d.TabObject:= f2;
70 d.TabObject:= f3;
89 (d.TabObject as TForm).Show;
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_frame_proc.inc114 Result:= D.TabObject as TEditorFrame;
126 Result:= D.TabObject as TEditorFrame;
136 Result:= D.TabObject as TEditorFrame;
146 Result:= D.TabObject as TEditorFrame;
200 if D.TabObject=nil then Exit;
201 Result:= D.TabObject as TEditorFrame;
293 Result:= D.TabObject as TEditorFrame;
H A Dformmain_tab_proc.inc85 Data.TabObject:= F;
120 DoApplyNewdocLexer(Data.TabObject as TEditorFrame);
137 F:= D.TabObject as TEditorFrame;
223 Frame:= (D.TabObject as TEditorFrame);
257 Frame:= (D.TabObject as TEditorFrame);
554 F:= D.TabObject as TEditorFrame;
H A Dformmain.pas1424 Result:= (Data.TabObject as TEditorFrame).Editor;
1451 if Assigned(D) and (D.TabObject=Frame) then
1496 if TabData.TabObject=nil then exit;
1497 Frame:= TabData.TabObject as TEditorFrame;
4148 Result:= D.TabObject as TEditorFrame;
4300 Result:= D.TabObject as TEditorFrame;
4381 F:= D.TabObject as TEditorFrame;
8070 F:= Pages.Tabs.GetTabData(iTab).TabObject as TEditorFrame;
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_groups/
H A Ddemoform.pas159 Data.TabObject:= F;
243 D.TabObject.Free;
427 if D.TabObject is TWinControl then
429 Ctl:= D.TabObject as TWinControl;
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Datgroups.pas463 if AData.TabObject is TControl then
465 TControl(AData.TabObject).Parent:= Self;
466 TControl(AData.TabObject).Align:= alClient;
491 Ctl:= D.TabObject as TWinControl;
502 Ctl:= D.TabObject as TWinControl;
H A Dattabs.pas112 property TabObject: TObject read FTabObject write FTabObject; property
1221 TabObject:= D.TabObject;
3388 Data.TabObject:= AObject;
3905 if D.TabObject=AObject then
3928 TControlHack(ATarget).OnDragDrop(ATarget, Data.TabObject, P.X, P.Y);
3945 if Data.TabObject is TWinControl then
3946 if (Data.TabObject as TWinControl).Parent = Self.Parent then
3947 (Data.TabObject as TWinControl).Parent:= ATabs.Parent;
3968 Result:= FOnTabGetTick(Self, D.TabObject);