简体   繁体   English

Lazarus 注册字段

[英]Lazarus RegisterFields

I have the following code in Delphi 7 , and I want to port to Lazarus/FPC (currently I'm using Lazarus 1.0.10)我在Delphi 7 中有以下代码,我想移植到Lazarus/FPC (目前我使用的是 Lazarus 1.0.10)

procedure Register;
begin
    RegisterFields([TXTimeField]);
end; 

And I got the following error:我收到以下错误:

Error: Identifier not found "RegisterFields"错误:未找到标识符“RegisterFields”

Which is the equivalent identifier for RegisterFields in FPC/Lazarus? FPC/Lazarus 中RegisterFields的等效标识符是哪个?

Unfortunately, there is not a RegisterFields yet in Lazarus.不幸的是,Lazarus 中还没有RegisterFields

See this for more information.有关更多信息,请参阅内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM