代码搜索:TStringGrid
找到约 181 项符合「TStringGrid」的源代码
代码结果 181
www.eeworm.com/read/442691/7646236
pas dffutils.pas
unit DFFUtils;
interface
uses Windows, Messages, Stdctrls, Sysutils, Classes, Grids;
procedure reformatMemo(const m:TCustomMemo);
procedure SetMemoMargins(m:TCustomMemo; const L,T,R,B:inte
www.eeworm.com/read/135008/5890643
pas ubase.pas
unit ubase;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons,db,DBGrids,Grids,ExtCtrls;
type
Tfrmbase = class(TFor
www.eeworm.com/read/237993/13914052
txt stringgrid.txt
type
TExCell = class(TStringGrid)
public
procedure DeleteRow(ARow: Longint);
procedure DeleteColumn(ACol: Longint);
procedure InsertRow(ARow: LongInt);
procedure InsertColumn(ACol: LongInt);
www.eeworm.com/read/182368/9206295
pas viewrcd.pas
unit viewrcd;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls,TabNotBk,Grids,ExtCtrls,Buttons,
ComCtrls, HumDB,Grobal2;
type
TFrmFD
www.eeworm.com/read/169489/9858148
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DBTables, Grids;
type
TForm1 = class(TForm)
StringGrid1:
www.eeworm.com/read/361563/10046415
pas viewrcd.pas
unit viewrcd;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls,TabNotBk,Grids,ExtCtrls,Buttons,
ComCtrls, HumDB,Grobal2;
type
TFrmFD
www.eeworm.com/read/425961/10304702
h main.h
//---------------------------------------------------------------------------
#ifndef MainH
#define MainH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/425961/10304746
h global.h
//---------------------------------------------------------------------------
#ifndef globalH
#define globalH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/279103/10465810
pas procedurep.pas
unit ProcedureP;
interface
Uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,Forms, Dialogs, StdCtrls,
Db, DBTables,Grids,DBGrids,QuickRpt,Qrctrls,qrprntr,Printers,WinSpool,menus;
www.eeworm.com/read/275292/10825199
pas cgridstore.pas
unit CGridStore;
{*******************************************************
TGridStore Component (1.0) -- by WeiYF, 1998.10.29
该组件提供了将TStringGrid内容复制到剪贴板的几个函数
由于采用制表符#9作为分隔符,可以直接粘贴到在excel中