MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Specifies the MySQL table type.
Delphi syntax:
property TableType: String read FTableType write FTableType;
C++ syntax:
__property AnsiString TableType = {read=FTableType, write=FTableType};
Description
Use TableType to specify the type (SQL name of the type) of MySQL table before creating tables.
Tables are created at first start of client or server application with TMsgClient or TMsgServer linked to the TMsgDatabaseMySQL component.
Default type is MyISAM.
|