如何将Delphi 中 Is ,As 转换成 C++bulider表示语言?(50分)

  • 主题发起人 computercsl
  • 开始时间
C

computercsl

Unregistered / Unconfirmed
GUEST, unregistred user!
if ActiveControl is TEdit then

TEdit(ActiveControl).SelectAll;
with Sender as TButtondo
begin
Caption := '&Ok';
OnClick := OkClick;
end;
如何转换为C++Builder 语言?
 
dynamic_cast
 
呵呵,不用问了,无解
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
1K
DelphiTeacher的专栏
D
I
回复
0
查看
434
import
I
顶部