Subject | Re: [IBO] TIB_DataSet and PropertyEditor !! Need Help |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2003-02-21T10:03:08Z |
is the TIB_Dataset prepared? I don't think you'll get a correct FieldCount
if not.
Set
At 09:52 21.02.2003 +0100, you wrote:
if not.
Set
At 09:52 21.02.2003 +0100, you wrote:
>I want to write some property editor that is using TIB_DataSet. It should
>populate treeview with field names of TIB_Dataset. The code looks like this.
>It works for TDataset but not for TIB_Dataset. FieldCount Property is
>allways 0 at designtime as well as Fields.ColumnCount. How can I resolve
>this problem. I just need Number of fields and their names at design time.