Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_PlayLobby::OnEnumAddress() ]
[ next: OnEnumAddressTypes() ]
__published:
__property TDx_EnumAddress OnEnumAddress = {read=FOnEnumAddress, write=FOnEnumAddress, nodefault};
TDX_PLAYLOBBY::ONENUMADDRESS()
[ component callback event ]
- Description
The
OnEnumAddress
method
is
called
for
every
data
chunk
that
is
part
of
the
compound
address
being
parsed
by
the
EnumAddress
method.
Set
Continue
true
to
continue
enumeration
(default
value),
false
to
stop
enumeration.
- Parameters
Context
The Context parameter
Continue
The Continue parameter
Data
The Data parameter ...
DataSize
The DataSize parameter
DataType
The DataType parameter
Sender
The Sender parameter usually refers to the object that signalled the event.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|