⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cfield.class

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 CLASS
字号:
' Gambas class filePUBLIC Name AS StringPUBLIC Type AS IntegerPUBLIC DefaultValue AS VariantPUBLIC Length AS IntegerPUBLIC Key AS BooleanPUBLIC OldName AS StringPUBLIC SUB _new(OPTIONAL hField AS Field)  IF hField THEN      WITH hField            Name = .Name      OldName = .Name      Type = .Type      DefaultValue = .Default      Length = .Length            Key = hField.Table.PrimaryKey.Find(Name) >= 0        END WITH      ENDIFEND

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -