Compiles the supplied Layout specification.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public void Compile(
string specification
)
Public Sub Compile (
specification As String
)
Parameters
- specification
- Type: SystemString
The Layout specification.
Remarks
The specification is composed of a sequence of three or more lines
separeted by a new-line character. The first of these lines specifies
the name of the Layout. The last line specifies the signature of the
Layout. The lines between the first and the last specify the fields of
the Layout.
See Also