Searched refs:FGlyph (Results 1 – 19 of 19) sorted by relevance
38 FGlyph := TButtonGlyph.Create;40 FGlyph.ShowMode := gsmAlways;42 FGlyph.OnChange := @GlyphChanged;70 FreeAndNil(FGlyph);195 FGlyph.Glyph := Value;444 Result := FGlyph;486 Result := FGlyph.Glyph;582 if FGlyph = nil then exit;789 if FGlyph = nil then exit;887 if (Operation = opRemove) and (FGlyph<>nil) and (AComponent = FGlyph.ExternalImages) then[all …]
38 FGlyph := TButtonGlyph.Create;40 FGlyph.ShowMode := gsmAlways;42 FGlyph.OnChange := @GlyphChanged;70 FreeAndNil(FGlyph);195 FGlyph.Glyph := Value;442 Result := FGlyph;484 Result := FGlyph.Glyph;580 if FGlyph = nil then exit;787 if FGlyph = nil then exit;885 if (Operation = opRemove) and (FGlyph<>nil) and (AComponent = FGlyph.ExternalImages) then[all …]
102 FGlyph: TBitmap;615 if Assigned(FGlyph) and not FGlyph.Empty then617 NeededWidth := FGlyph.Width;618 NeededHeight := FGlyph.Height;672 Result := FGlyph as TBitmap;691 if Assigned(FGlyph) and not FGlyph.Empty then result := FGlyph else791 if g <> FGlyph then g.Free;958 if (FGlyph <> nil) and (FGlyph = AValue) then961 FGlyph.Assign(AValue);1820 FGlyph := TBitmap.Create;[all …]
108 FGlyph: TBitmap;644 if Assigned(FGlyph) and not FGlyph.Empty then701 Result := FGlyph as TBitmap;720 if Assigned(FGlyph) and not FGlyph.Empty then722 ABitmap := FGlyph;860 if g <> FGlyph then g.Free;1042 if (FGlyph <> nil) and (FGlyph = AValue) then1045 FGlyph.Assign(AValue);2020 FGlyph := TBitmap.Create;2021 FGlyph.OnChange := OnChangeGlyph;[all …]
32 FGlyph: Pointer;780 FGlyph := TButtonGlyph.Create;781 TButtonGlyph(FGlyph).OnChange := @GlyphChanged;794 TButtonGlyph(FGlyph).Free;813 TButtonGlyph(FGlyph).CreateButtonGlyph(State);980 Result := TButtonGlyph(FGlyph).Glyph;985 TButtonGlyph(FGlyph).Glyph := Value;991 Result := TButtonGlyph(FGlyph).NumGlyphs;998 if Value <> TButtonGlyph(FGlyph).NumGlyphs then1000 TButtonGlyph(FGlyph).NumGlyphs := Value;[all …]
44 self.glyphs[g.name] = FGlyph(g)82 class FGlyph: class195 ng = FGlyph()321 gF = FGlyph(g)322 if not isinstance(gThin,FGlyph):323 gThin = FGlyph(gThin)
130 FGlyph: TBitmap;156 property Glyph: TBitmap read FGlyph write SetGlyph;2128 if FGlyph=AValue then Exit;2129 FGlyph.Assign(AValue);2208 FBState.Glyph := FGlyph;2218 FGlyph := TBitmap.Create;2223 FGlyph.Free;
303 FGlyph: TButtonGlyph;
306 FGlyph: TButtonGlyph;