TTextLayout
Hi,
I've called raRegisterEum('TextLayout', TypeInfo(TTextLayout)) in the
Initialization section of my unit, but when I try use tlCenter, tlTop or
tlBottom in my RAP code, it always raised 'Undeclared Identifier', so I
declare a TrbTextLayout = (tlTop, tlCenter, tlBottom), and register it by
calling raRegisterEum('TrbTextLayout', TypeInfo(TrbTextLayout)), but still
have the same problem, What am I missing?
Thanks
William
I've called raRegisterEum('TextLayout', TypeInfo(TTextLayout)) in the
Initialization section of my unit, but when I try use tlCenter, tlTop or
tlBottom in my RAP code, it always raised 'Undeclared Identifier', so I
declare a TrbTextLayout = (tlTop, tlCenter, tlBottom), and register it by
calling raRegisterEum('TrbTextLayout', TypeInfo(TrbTextLayout)), but still
have the same problem, What am I missing?
Thanks
William
This discussion has been closed.
Comments
William