Home
last modified time | relevance | path

Searched refs:csDestroying (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/editors/lazarus/lazarus/lcl/
H A Dpairsplitter.pas195 DeletingSplitter := (csDestroying in ASplitter.ComponentState) or DesignerDeleting;
212 if (csDestroying in ComponentState) or (not HandleAllocated) then
337 if (ComponentState * [csDesigning,csDestroying] = [csDesigning])
436 if fDoNotCreateSides or (csDestroying in ComponentState)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpairsplitter.pas194 DeletingSplitter := (csDestroying in ASplitter.ComponentState)
212 if (csDestroying in ComponentState) or (not HandleAllocated) then
339 if (ComponentState * [csDesigning,csDestroying] = [csDesigning])
432 if fDoNotCreateSides or (ComponentState * [csLoading,csDestroying] <> [])
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dpairsplitter.pas195 DeletingSplitter := (csDestroying in ASplitter.ComponentState) or DesignerDeleting;
212 if (csDestroying in ComponentState) or (not HandleAllocated) then
337 if (ComponentState * [csDesigning,csDestroying] = [csDesigning])
436 if fDoNotCreateSides or (csDestroying in ComponentState)
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpairsplitter.pas194 DeletingSplitter := (csDestroying in ASplitter.ComponentState)
212 if (csDestroying in ComponentState) or (not HandleAllocated) then
339 if (ComponentState * [csDesigning,csDestroying] = [csDesigning])
432 if fDoNotCreateSides or (ComponentState * [csLoading,csDestroying] <> [])
/dports/editors/lazarus/lazarus/components/opengl/
H A Dopenglcontext.pas318 and ([csLoading,csDestroying]*ComponentState=[])
451 if (AValue<>nil) and (csDestroying in AValue.ComponentState) then
520 ( ([csLoading,csDestroying]*ComponentState=[]) and IsOpenGLRenderAllowed ) then
576 if IsOpenGLRenderAllowed and ([csDestroying]*ComponentState=[]) then begin
591 and ([csDestroying]*ComponentState=[])
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/
H A Dopenglcontext.pas334 and ([csLoading,csDestroying]*ComponentState=[])
467 if (AValue<>nil) and (csDestroying in AValue.ComponentState) then
547 ( ([csLoading,csDestroying]*ComponentState=[]) and IsOpenGLRenderAllowed ) then
603 if IsOpenGLRenderAllowed and ([csDestroying]*ComponentState=[]) then begin
618 and ([csDestroying]*ComponentState=[])
/dports/editors/lazarus-qt5/lazarus/components/opengl/
H A Dopenglcontext.pas318 and ([csLoading,csDestroying]*ComponentState=[])
451 if (AValue<>nil) and (csDestroying in AValue.ComponentState) then
520 ( ([csLoading,csDestroying]*ComponentState=[]) and IsOpenGLRenderAllowed ) then
576 if IsOpenGLRenderAllowed and ([csDestroying]*ComponentState=[]) then begin
591 and ([csDestroying]*ComponentState=[])
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/
H A Dopenglcontext.pas334 and ([csLoading,csDestroying]*ComponentState=[])
467 if (AValue<>nil) and (csDestroying in AValue.ComponentState) then
547 ( ([csLoading,csDestroying]*ComponentState=[]) and IsOpenGLRenderAllowed ) then
603 if IsOpenGLRenderAllowed and ([csDestroying]*ComponentState=[]) then begin
618 and ([csDestroying]*ComponentState=[])
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dcomponenttreeview.pas182 and (csDestroying in TComponent(APers).ComponentState) then Exit;
249 if csDestroying in AComponent.ComponentState then exit;
319 (not (csDestroying in ComponentState)) then
652 if csDestroying in AComponent.ComponentState then exit;
675 if csDestroying in OwnerComponent.ComponentState then exit;
679 if csDestroying in AComponent.ComponentState then continue;
706 and (csDestroying in TComponent(RootObject).ComponentState) then
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dcomponenttreeview.pas182 and (csDestroying in TComponent(APers).ComponentState) then Exit;
249 if csDestroying in AComponent.ComponentState then exit;
319 (not (csDestroying in ComponentState)) then
652 if csDestroying in AComponent.ComponentState then exit;
675 if csDestroying in OwnerComponent.ComponentState then exit;
679 if csDestroying in AComponent.ComponentState then continue;
706 and (csDestroying in TComponent(RootObject).ComponentState) then
/dports/editors/lazarus/lazarus/lcl/include/
H A Dpage.inc37 not (csDestroying in OldParent.ComponentState) then
68 not (csDestroying in Parent.ComponentState) then
H A Dcustomdockform.inc30 if ([csLoading,csDestroying]*ComponentState=[]) then
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dpage.inc37 not (csDestroying in OldParent.ComponentState) then
68 not (csDestroying in Parent.ComponentState) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpage.inc37 not (csDestroying in OldParent.ComponentState) then
67 if (Parent is TNotebook) and not (csDestroying in Parent.ComponentState) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpage.inc37 not (csDestroying in OldParent.ComponentState) then
67 if (Parent is TNotebook) and not (csDestroying in Parent.ComponentState) then
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/
H A Dgtk3cellrenderer.pas169 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
275 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
324 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
468 if ([csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[]) then
493 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3cellrenderer.pas165 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
269 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
319 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
463 if ([csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[]) then
483 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3cellrenderer.pas165 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
269 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
319 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
463 if ([csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[]) then
483 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/
H A Dgtk3cellrenderer.pas169 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
275 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
324 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
468 if ([csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[]) then
493 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponenttreeview.pas220 …Assert(not (csDestroying in TComponent(APers).ComponentState), 'TComponentWalker: Comp is Destroyi…
271 if csDestroying in AComponent.ComponentState then begin
325 (not (csDestroying in ComponentState)) then
697 if csDestroying in AComponent.ComponentState then exit;
712 if (Result is TComponent) and (csDestroying in TComponent(Result).ComponentState) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponenttreeview.pas220 …Assert(not (csDestroying in TComponent(APers).ComponentState), 'TComponentWalker: Comp is Destroyi…
271 if csDestroying in AComponent.ComponentState then begin
325 (not (csDestroying in ComponentState)) then
697 if csDestroying in AComponent.ComponentState then exit;
712 if (Result is TComponent) and (csDestroying in TComponent(Result).ComponentState) then
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk2/
H A Dgtk2cellrenderer.pas117 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
231 if [csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[] then
251 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk2/
H A Dgtk2cellrenderer.pas117 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
231 if [csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[] then
251 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2cellrenderer.pas117 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
231 if [csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[] then
251 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2cellrenderer.pas117 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;
231 if [csDestroying,csLoading,csDesigning]*AWinControl.ComponentState<>[] then
251 if [csDestroying,csLoading]*AWinControl.ComponentState<>[] then exit;

12345678910>>...22