How do I fill the restrictions area of TMyMetaData? I know it's a TStrings, but I think devart uses objects, but i.m not sure.
adding restrictions in runtime
adding restrictions in runtime
Simple question (not for me )
How do I fill the restrictions area of TMyMetaData? I know it's a TStrings, but I think devart uses objects, but i.m not sure.
How do I fill the restrictions area of TMyMetaData? I know it's a TStrings, but I think devart uses objects, but i.m not sure.
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
Please try this code:
Code: Select all
MyMetaData.Restrictions.Add('TABLE_NAME=mytable')