Question about object creation by code
johnnix
Serrai, Greece
Hello,
Is there a way to set object properties like left, height etc. in centimeters when creating the object by code? For example:
aPic := TfrxPictureView.Create(TfrxMasterData(aBand));
aPic.CreateUniqueName;
aPic.Width := 5.30; // <
Can this be entered in centimeters
Regards
Is there a way to set object properties like left, height etc. in centimeters when creating the object by code? For example:
aPic := TfrxPictureView.Create(TfrxMasterData(aBand));
aPic.CreateUniqueName;
aPic.Width := 5.30; // <
Can this be entered in centimeters
Regards
Comments